Html Css Color HEX #E832CC Razzle Dazzle Rose

📋 copy color: '#E832CC'

red 232 ◦ green 50 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E832CC

Tints of Razzle Dazzle Rose #E832CC

RGB

 RED value IS 232 (91.02% from 255) = 47.74%

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

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

R = 47.74%
G = 10.29%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E832CC (or 0xE832CC) is known color: Razzle Dazzle Rose. HEX triplet: E8, 32 and CC. RGB value is (232,50,204). Sum of RGB (Red+Green+Blue) = 232+50+204=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E832CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E832CC is #17CD33. Grayscale: #797979. Windows color (decimal): -1559860 or 13382376. OLE color: 13382376.

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

Color convert

RGB 232 50 204 -
CMYK 0 0.78 0.12 0.09
HSL 309.23º 0.8% 0.55% -
HSV(B) 309.23º 0.78% 0.91% -
XYZ 45.32 23.8 59.33 -
YUV 121.97 174.3 206.48 -
System Red Green Blue C M Y K H S L
Decimal 232 50 204 0 0.78 0.12 0.09 309.23 0.8 0.55
Hex E8 32 CC 0 4E C 9 135 50 37
Octal 350 62 314 0 116 14 11 465 120 67
Binary 11101000 110010 11001100 0 1001110 1100 1001 100110101 1010000 110111

Color Harmonies of #E832CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E832CC

Black with #E832CC

Text Example


Text Example

White with #E832CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E832CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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