Html Css Color HEX #ED2CCC Razzle Dazzle Rose

📋 copy color: '#ED2CCC'

red 237 ◦ green 44 ◦ blue 204

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

Shades of Razzle Dazzle Rose #ED2CCC

Tints of Razzle Dazzle Rose #ED2CCC

RGB

 RED value IS 237 (92.97% from 255) = 48.87%

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

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

R = 48.87%
G = 9.07%
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

#ED2CCC (or 0xED2CCC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2C and CC. RGB value is (237,44,204). Sum of RGB (Red+Green+Blue) = 237+44+204=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 44 (17.58% from 255 or 9.07% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2CCC is #12D333. Grayscale: #777777. Windows color (decimal): -1233716 or 13380845. OLE color: 13380845.

HSL color Cylindrical-coordinate representation of color #ED2CCC: hue angle of 310.26º degrees, saturation: 0.84, 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 #ED2CCC is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 44 204 -
CMYK 0 0.81 0.14 0.07
HSL 310.26º 0.84% 0.55% -
HSV(B) 310.26º 0.81% 0.93% -
XYZ 46.72 24.17 59.33 -
YUV 119.95 175.44 211.49 -
System Red Green Blue C M Y K H S L
Decimal 237 44 204 0 0.81 0.14 0.07 310.26 0.84 0.55
Hex ED 2C CC 0 51 E 7 136 54 37
Octal 355 54 314 0 121 16 7 466 124 67
Binary 11101101 101100 11001100 0 1010001 1110 111 100110110 1010100 110111

Color Harmonies of #ED2CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2CCC

Black with #ED2CCC

Text Example


Text Example

White with #ED2CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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