Html Css Color HEX #ED28DC Razzle Dazzle Rose

📋 copy color: '#ED28DC'

red 237 ◦ green 40 ◦ blue 220

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

Shades of Razzle Dazzle Rose #ED28DC

Tints of Razzle Dazzle Rose #ED28DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 47.69%
G = 8.05%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED28DC (or 0xED28DC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 28 and DC. RGB value is (237,40,220). Sum of RGB (Red+Green+Blue) = 237+40+220=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED28DC is #12D723. Grayscale: #767676. Windows color (decimal): -1234724 or 14428397. OLE color: 14428397.

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

Color convert

RGB 237 40 220 -
CMYK 0 0.83 0.07 0.07
HSL 305.18º 0.85% 0.54% -
HSV(B) 305.18º 0.83% 0.93% -
XYZ 48.6 24.69 69.91 -
YUV 119.42 184.77 211.86 -
System Red Green Blue C M Y K H S L
Decimal 237 40 220 0 0.83 0.07 0.07 305.18 0.85 0.54
Hex ED 28 DC 0 53 7 7 131 55 36
Octal 355 50 334 0 123 7 7 461 125 66
Binary 11101101 101000 11011100 0 1010011 111 111 100110001 1010101 110110

Color Harmonies of #ED28DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28DC

Black with #ED28DC

Text Example


Text Example

White with #ED28DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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