Html Css Color HEX #ED28CF Razzle Dazzle Rose

📋 copy color: '#ED28CF'

red 237 ◦ green 40 ◦ blue 207

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

Shades of Razzle Dazzle Rose #ED28CF

Tints of Razzle Dazzle Rose #ED28CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 48.97%
G = 8.26%
B = 42.77%

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

#ED28CF (or 0xED28CF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 28 and CF. RGB value is (237,40,207). Sum of RGB (Red+Green+Blue) = 237+40+207=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED28CF is #12D730. Grayscale: #757575. Windows color (decimal): -1234737 or 13576429. OLE color: 13576429.

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

Color convert

RGB 237 40 207 -
CMYK 0 0.83 0.13 0.07
HSL 309.14º 0.85% 0.54% -
HSV(B) 309.14º 0.83% 0.93% -
XYZ 46.95 24.03 61.19 -
YUV 117.94 178.27 212.92 -
System Red Green Blue C M Y K H S L
Decimal 237 40 207 0 0.83 0.13 0.07 309.14 0.85 0.54
Hex ED 28 CF 0 53 D 7 135 55 36
Octal 355 50 317 0 123 15 7 465 125 66
Binary 11101101 101000 11001111 0 1010011 1101 111 100110101 1010101 110110

Color Harmonies of #ED28CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28CF

Black with #ED28CF

Text Example


Text Example

White with #ED28CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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