Html Css Color HEX #E535CC Razzle Dazzle Rose

📋 copy color: '#E535CC'

red 229 ◦ green 53 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E535CC

Tints of Razzle Dazzle Rose #E535CC

RGB

 RED value IS 229 (89.84% from 255) = 47.12%

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

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 47.12%
G = 10.91%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E535CC (or 0xE535CC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 35 and CC. RGB value is (229,53,204). Sum of RGB (Red+Green+Blue) = 229+53+204=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 53 (21.09% from 255 or 10.91% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E535CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E535CC is #1ACA33. Grayscale: #7A7A7A. Windows color (decimal): -1755700 or 13383141. OLE color: 13383141.

HSL color Cylindrical-coordinate representation of color #E535CC: hue angle of 308.52º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E535CC is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 53 204 -
CMYK 0 0.77 0.11 0.10
HSL 308.52º 0.77% 0.55% -
HSV(B) 308.52º 0.77% 0.9% -
XYZ 44.49 23.56 59.33 -
YUV 122.84 173.81 203.72 -
System Red Green Blue C M Y K H S L
Decimal 229 53 204 0 0.77 0.11 0.10 308.52 0.77 0.55
Hex E5 35 CC 0 4D B A 135 4D 37
Octal 345 65 314 0 115 13 12 465 115 67
Binary 11100101 110101 11001100 0 1001101 1011 1010 100110101 1001101 110111

Color Harmonies of #E535CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E535CC

Black with #E535CC

Text Example


Text Example

White with #E535CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E535CC; }

 p { color: rgb(229,53,204); }

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

background-color css

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

 a { background-color: rgb(229,53,204); }

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

border-color css

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

 span { border-color: rgb(229,53,204); }

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