Html Css Color HEX #E132CC Razzle Dazzle Rose

📋 copy color: '#E132CC'

red 225 ◦ green 50 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E132CC

Tints of Razzle Dazzle Rose #E132CC

RGB

 RED value IS 225 (88.28% from 255) = 46.97%

 GREEN value IS 50 (19.92% from 255) = 10.44%

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

R = 46.97%
G = 10.44%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E132CC (or 0xE132CC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 32 and CC. RGB value is (225,50,204). Sum of RGB (Red+Green+Blue) = 225+50+204=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E132CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E132CC is #1ECD33. Grayscale: #777777. Windows color (decimal): -2018612 or 13382369. OLE color: 13382369.

HSL color Cylindrical-coordinate representation of color #E132CC: hue angle of 307.2º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E132CC is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 50 204 -
CMYK 0 0.78 0.09 0.12
HSL 307.2º 0.74% 0.54% -
HSV(B) 307.2º 0.78% 0.88% -
XYZ 43.09 22.65 59.23 -
YUV 119.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 225 50 204 0 0.78 0.09 0.12 307.2 0.74 0.54
Hex E1 32 CC 0 4E 9 C 133 4A 36
Octal 341 62 314 0 116 11 14 463 112 66
Binary 11100001 110010 11001100 0 1001110 1001 1100 100110011 1001010 110110

Color Harmonies of #E132CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E132CC

Black with #E132CC

Text Example


Text Example

White with #E132CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E132CC; }

 p { color: rgb(225,50,204); }

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

background-color css

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

 a { background-color: rgb(225,50,204); }

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

border-color css

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

 span { border-color: rgb(225,50,204); }

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