Html Css Color HEX #ED2BCC Razzle Dazzle Rose

📋 copy color: '#ED2BCC'

red 237 ◦ green 43 ◦ blue 204

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

Shades of Razzle Dazzle Rose #ED2BCC

Tints of Razzle Dazzle Rose #ED2BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.88%

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

R = 48.97%
G = 8.88%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED2BCC (or 0xED2BCC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and CC. RGB value is (237,43,204). Sum of RGB (Red+Green+Blue) = 237+43+204=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 43 (17.19% from 255 or 8.88% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BCC is #12D433. Grayscale: #767676. Windows color (decimal): -1233972 or 13380589. OLE color: 13380589.

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

Color convert

RGB 237 43 204 -
CMYK 0 0.82 0.14 0.07
HSL 310.21º 0.84% 0.55% -
HSV(B) 310.21º 0.82% 0.93% -
XYZ 46.69 24.09 59.32 -
YUV 119.36 175.77 211.91 -
System Red Green Blue C M Y K H S L
Decimal 237 43 204 0 0.82 0.14 0.07 310.21 0.84 0.55
Hex ED 2B CC 0 52 E 7 136 54 37
Octal 355 53 314 0 122 16 7 466 124 67
Binary 11101101 101011 11001100 0 1010010 1110 111 100110110 1010100 110111

Color Harmonies of #ED2BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2BCC

Black with #ED2BCC

Text Example


Text Example

White with #ED2BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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