#ED28E5

Color #ED28E5 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #ED28E5

Tints of Razzle Dazzle Rose #ED28E5

Color information

#ED28E5 (or 0xED28E5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 28 and E5. RGB value is (237,40,229). Sum of RGB (Red+Green+Blue) = 237+40+229=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 40 (16.02% from 255 or 7.91% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED28E5 is #12D71A. Grayscale: #777777. Windows color (decimal): -1234715 or 15018221. OLE color: 15018221.

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

Color convert

RGB23740229-
CMYK00.830.030.07
HSL302.44º84.55%54.31%-
HSV(B)302.44º83.12%92.94%-
XYZ49.8325.1876.36-
YUV120.45189.27211.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.84%
GREEN value IS 40 (16.02% from 255) = 7.91%
BLUE value IS 229 (89.84% from 255) = 45.26%
R=46.84%
G=7.91%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374022900.830.030.07302.4484.5554.31
HexED28E50533712e5536
Octal3555034501233745612566
Binary111011011010001110010101010011111111001011101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED28E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED28E5; }

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

 H1.HeaderClassName
 {
   color: #ED28E5;
 }
 .AnyTagClassName
 {
   color: #ED28E5;
 }
</style>
background-color css

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

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

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

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

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

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