Html Css Color HEX #ED28CC Razzle Dazzle Rose

📋 copy color: '#ED28CC'

red 237 ◦ green 40 ◦ blue 204

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

Shades of Razzle Dazzle Rose #ED28CC

Tints of Razzle Dazzle Rose #ED28CC

RGB

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

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

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

R = 49.27%
G = 8.32%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED28CC (or 0xED28CC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 28 and CC. RGB value is (237,40,204). Sum of RGB (Red+Green+Blue) = 237+40+204=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED28CC is #12D733. Grayscale: #757575. Windows color (decimal): -1234740 or 13379821. OLE color: 13379821.

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

Color convert

RGB 237 40 204 -
CMYK 0 0.83 0.14 0.07
HSL 310.05º 0.85% 0.54% -
HSV(B) 310.05º 0.83% 0.93% -
XYZ 46.58 23.88 59.28 -
YUV 117.6 176.77 213.16 -
System Red Green Blue C M Y K H S L
Decimal 237 40 204 0 0.83 0.14 0.07 310.05 0.85 0.54
Hex ED 28 CC 0 53 E 7 136 55 36
Octal 355 50 314 0 123 16 7 466 125 66
Binary 11101101 101000 11001100 0 1010011 1110 111 100110110 1010101 110110

Color Harmonies of #ED28CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28CC

Black with #ED28CC

Text Example


Text Example

White with #ED28CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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