#ED24A4

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

Shades of Persian Rose #ED24A4

Tints of Persian Rose #ED24A4

Color information

#ED24A4 (or 0xED24A4) is unknown color: approx Persian Rose. HEX triplet: ED, 24 and A4. RGB value is (237,36,164). Sum of RGB (Red+Green+Blue) = 237+36+164=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED24A4 is #12DB5B. Grayscale: #6E6E6E. Windows color (decimal): -1235804 or 10757357. OLE color: 10757357.

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

Color convert

RGB23736164-
CMYK00.850.310.07
HSL321.79º84.81%53.53%-
HSV(B)321.79º84.81%92.94%-
XYZ42.2621.9537.13-
YUV110.69158.09218.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.23%
GREEN value IS 36 (14.45% from 255) = 8.24%
BLUE value IS 164 (64.45% from 255) = 37.53%
R=54.23%
G=8.24%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373616400.850.310.07321.7984.8153.53
HexED24A40551F71425536
Octal35544244012537750212566
Binary111011011001001010010001010101111111111010000101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED24A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED24A4; }

 p { color: rgb(237,36,164); }

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

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

 a { background-color: rgb(237,36,164); }

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

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

 span { border-color: rgb(237,36,164); }

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