#ed23e0

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

Shades of Razzle Dazzle Rose #ED23E0

Tints of Razzle Dazzle Rose #ED23E0

Color information

#ED23E0 (or 0xED23E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 23 and E0. RGB value is (237,35,224). Sum of RGB (Red+Green+Blue) = 237+35+224=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 35 (14.06% from 255 or 7.06% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED23E0 is #12DC1F. Grayscale: #747474. Windows color (decimal): -1236000 or 14689261. OLE color: 14689261.

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

Color convert

RGB23735224-
CMYK00.850.050.07
HSL303.86º84.87%53.33%-
HSV(B)303.86º85.23%92.94%-
XYZ48.9824.5972.69-
YUV116.94188.42213.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.78%
GREEN value IS 35 (14.06% from 255) = 7.06%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=47.78%
G=7.06%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373522400.850.050.07303.8684.8753.33
HexED23E0055571305535
Octal3554334001255746012565
Binary1110110110001111100000010101011011111001100001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed23e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed23e0; }

 p { color: rgb(237,35,224); }

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

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

 a { background-color: rgb(237,35,224); }

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

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

 span { border-color: rgb(237,35,224); }

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