Html Css Color HEX #EC2DCC Razzle Dazzle Rose

📋 copy color: '#EC2DCC'

red 236 ◦ green 45 ◦ blue 204

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

Shades of Razzle Dazzle Rose #EC2DCC

Tints of Razzle Dazzle Rose #EC2DCC

RGB

 RED value IS 236 (92.58% from 255) = 48.66%

 GREEN value IS 45 (17.97% from 255) = 9.28%

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

R = 48.66%
G = 9.28%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC2DCC (or 0xEC2DCC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2D and CC. RGB value is (236,45,204). Sum of RGB (Red+Green+Blue) = 236+45+204=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 45 (17.97% from 255 or 9.28% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2DCC is #13D233. Grayscale: #777777. Windows color (decimal): -1298996 or 13381100. OLE color: 13381100.

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

Color convert

RGB 236 45 204 -
CMYK 0 0.81 0.14 0.07
HSL 310.05º 0.83% 0.55% -
HSV(B) 310.05º 0.81% 0.93% -
XYZ 46.43 24.07 59.33 -
YUV 120.24 175.28 210.57 -
System Red Green Blue C M Y K H S L
Decimal 236 45 204 0 0.81 0.14 0.07 310.05 0.83 0.55
Hex EC 2D CC 0 51 E 7 136 53 37
Octal 354 55 314 0 121 16 7 466 123 67
Binary 11101100 101101 11001100 0 1010001 1110 111 100110110 1010011 110111

Color Harmonies of #EC2DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2DCC

Black with #EC2DCC

Text Example


Text Example

White with #EC2DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2DCC; }

 p { color: rgb(236,45,204); }

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

background-color css

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

 a { background-color: rgb(236,45,204); }

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

border-color css

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

 span { border-color: rgb(236,45,204); }

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