Html Css Color HEX #E735CA Razzle Dazzle Rose

📋 copy color: '#E735CA'

red 231 ◦ green 53 ◦ blue 202

#E735CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #E735CA

Tints of Razzle Dazzle Rose #E735CA

RGB

 RED value IS 231 (90.63% from 255) = 47.53%

 GREEN value IS 53 (21.09% from 255) = 10.91%

 BLUE value IS 202 (79.3% from 255) = 41.56%

R = 47.53%
G = 10.91%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E735CA (or 0xE735CA) is known color: Razzle Dazzle Rose. HEX triplet: E7, 35 and CA. RGB value is (231,53,202). Sum of RGB (Red+Green+Blue) = 231+53+202=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 53 (21.09% from 255 or 10.91% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E735CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E735CA is #18CA35. Grayscale: #7A7A7A. Windows color (decimal): -1624630 or 13252071. OLE color: 13252071.

HSL color Cylindrical-coordinate representation of color #E735CA: hue angle of 309.78º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E735CA is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 53 202 -
CMYK 0 0.77 0.13 0.09
HSL 309.78º 0.79% 0.56% -
HSV(B) 309.78º 0.77% 0.91% -
XYZ 44.89 23.8 58.1 -
YUV 123.21 172.47 204.88 -
System Red Green Blue C M Y K H S L
Decimal 231 53 202 0 0.77 0.13 0.09 309.78 0.79 0.56
Hex E7 35 CA 0 4D D 9 136 4F 38
Octal 347 65 312 0 115 15 11 466 117 70
Binary 11100111 110101 11001010 0 1001101 1101 1001 100110110 1001111 111000

Color Harmonies of #E735CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E735CA

Black with #E735CA

Text Example


Text Example

White with #E735CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E735CA; }

 p { color: rgb(231,53,202); }

 H1.HeaderClassName
 {
   color: #E735CA;
 }
 .AnyTagClassName
 {
   color: #E735CA;
 }
</style>

background-color css

<style>
 a { background-color: #E735CA; }

 a { background-color: rgb(231,53,202); }

 div.DivClassName
 {
   background-color: #E735CA;
 }
 .BgClassName
 {
   background-color: #E735CA;
 }
</style>

border-color css

<style>
 span { border-color: #E735CA; }

 span { border-color: rgb(231,53,202); }

 td.TdClassName
 {
   border-color: #E735CA;
 }
 .TagClassName
 {
   border-color: #E735CA;
 }
</style>