Html Css Color HEX #E533CC Razzle Dazzle Rose

📋 copy color: '#E533CC'

red 229 ◦ green 51 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E533CC

Tints of Razzle Dazzle Rose #E533CC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.54%

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

R = 47.31%
G = 10.54%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E533CC (or 0xE533CC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 33 and CC. RGB value is (229,51,204). Sum of RGB (Red+Green+Blue) = 229+51+204=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E533CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533CC is #1ACC33. Grayscale: #797979. Windows color (decimal): -1756212 or 13382629. OLE color: 13382629.

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

Color convert

RGB 229 51 204 -
CMYK 0 0.78 0.11 0.10
HSL 308.43º 0.77% 0.55% -
HSV(B) 308.43º 0.78% 0.9% -
XYZ 44.4 23.39 59.3 -
YUV 121.66 174.47 204.56 -
System Red Green Blue C M Y K H S L
Decimal 229 51 204 0 0.78 0.11 0.10 308.43 0.77 0.55
Hex E5 33 CC 0 4E B A 134 4D 37
Octal 345 63 314 0 116 13 12 464 115 67
Binary 11100101 110011 11001100 0 1001110 1011 1010 100110100 1001101 110111

Color Harmonies of #E533CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E533CC

Black with #E533CC

Text Example


Text Example

White with #E533CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E533CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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