Html Css Color HEX #ED2ACC Razzle Dazzle Rose

📋 copy color: '#ED2ACC'

red 237 ◦ green 42 ◦ blue 204

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

Shades of Razzle Dazzle Rose #ED2ACC

Tints of Razzle Dazzle Rose #ED2ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.7%

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

R = 49.07%
G = 8.7%
B = 42.24%

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

#ED2ACC (or 0xED2ACC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2A and CC. RGB value is (237,42,204). Sum of RGB (Red+Green+Blue) = 237+42+204=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2ACC is #12D533. Grayscale: #767676. Windows color (decimal): -1234228 or 13380333. OLE color: 13380333.

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

Color convert

RGB 237 42 204 -
CMYK 0 0.82 0.14 0.07
HSL 310.15º 0.84% 0.55% -
HSV(B) 310.15º 0.82% 0.93% -
XYZ 46.65 24.02 59.3 -
YUV 118.77 176.1 212.33 -
System Red Green Blue C M Y K H S L
Decimal 237 42 204 0 0.82 0.14 0.07 310.15 0.84 0.55
Hex ED 2A CC 0 52 E 7 136 54 37
Octal 355 52 314 0 122 16 7 466 124 67
Binary 11101101 101010 11001100 0 1010010 1110 111 100110110 1010100 110111

Color Harmonies of #ED2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2ACC

Black with #ED2ACC

Text Example


Text Example

White with #ED2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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