Html Css Color HEX #EB2CCC Razzle Dazzle Rose

📋 copy color: '#EB2CCC'

red 235 ◦ green 44 ◦ blue 204

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

Shades of Razzle Dazzle Rose #EB2CCC

Tints of Razzle Dazzle Rose #EB2CCC

RGB

 RED value IS 235 (92.19% from 255) = 48.65%

 GREEN value IS 44 (17.58% from 255) = 9.11%

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

R = 48.65%
G = 9.11%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB2CCC (or 0xEB2CCC) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2C and CC. RGB value is (235,44,204). Sum of RGB (Red+Green+Blue) = 235+44+204=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 44 (17.58% from 255 or 9.11% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2CCC is #14D333. Grayscale: #767676. Windows color (decimal): -1364788 or 13380843. OLE color: 13380843.

HSL color Cylindrical-coordinate representation of color #EB2CCC: hue angle of 309.74º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2CCC is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 44 204 -
CMYK 0 0.81 0.13 0.08
HSL 309.74º 0.83% 0.55% -
HSV(B) 309.74º 0.81% 0.92% -
XYZ 46.06 23.82 59.3 -
YUV 119.35 175.78 210.49 -
System Red Green Blue C M Y K H S L
Decimal 235 44 204 0 0.81 0.13 0.08 309.74 0.83 0.55
Hex EB 2C CC 0 51 D 8 136 53 37
Octal 353 54 314 0 121 15 10 466 123 67
Binary 11101011 101100 11001100 0 1010001 1101 1000 100110110 1010011 110111

Color Harmonies of #EB2CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2CCC

Black with #EB2CCC

Text Example


Text Example

White with #EB2CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2CCC; }

 p { color: rgb(235,44,204); }

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

background-color css

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

 a { background-color: rgb(235,44,204); }

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

border-color css

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

 span { border-color: rgb(235,44,204); }

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