Html Css Color HEX #ED28CE Razzle Dazzle Rose

📋 copy color: '#ED28CE'

red 237 ◦ green 40 ◦ blue 206

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

Shades of Razzle Dazzle Rose #ED28CE

Tints of Razzle Dazzle Rose #ED28CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.28%

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 49.07%
G = 8.28%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED28CE (or 0xED28CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 28 and CE. RGB value is (237,40,206). Sum of RGB (Red+Green+Blue) = 237+40+206=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED28CE is #12D731. Grayscale: #757575. Windows color (decimal): -1234738 or 13510893. OLE color: 13510893.

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

Color convert

RGB 237 40 206 -
CMYK 0 0.83 0.13 0.07
HSL 309.44º 0.85% 0.54% -
HSV(B) 309.44º 0.83% 0.93% -
XYZ 46.82 23.98 60.55 -
YUV 117.83 177.77 213 -
System Red Green Blue C M Y K H S L
Decimal 237 40 206 0 0.83 0.13 0.07 309.44 0.85 0.54
Hex ED 28 CE 0 53 D 7 135 55 36
Octal 355 50 316 0 123 15 7 465 125 66
Binary 11101101 101000 11001110 0 1010011 1101 111 100110101 1010101 110110

Color Harmonies of #ED28CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28CE

Black with #ED28CE

Text Example


Text Example

White with #ED28CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28CE; }

 p { color: rgb(237,40,206); }

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

background-color css

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

 a { background-color: rgb(237,40,206); }

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

border-color css

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

 span { border-color: rgb(237,40,206); }

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