#ef2da5

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

Shades of Persian Rose #EF2DA5

Tints of Persian Rose #EF2DA5

Color information

#EF2DA5 (or 0xEF2DA5) is unknown color: approx Persian Rose. HEX triplet: EF, 2D and A5. RGB value is (239,45,165). Sum of RGB (Red+Green+Blue) = 239+45+165=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2DA5 is #10D25A. Grayscale: #747474. Windows color (decimal): -1102427 or 10825199. OLE color: 10825199.

HSL color Cylindrical-coordinate representation of color #EF2DA5: hue angle of 322.89º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2DA5 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB23945165-
CMYK00.810.310.06
HSL322.89º85.84%55.69%-
HSV(B)322.89º81.17%93.73%-
XYZ43.3322.9437.74-
YUV116.69155.27215.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.23%
GREEN value IS 45 (17.97% from 255) = 10.02%
BLUE value IS 165 (64.84% from 255) = 36.75%
R=53.23%
G=10.02%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394516500.810.310.06322.8985.8455.69
HexEF2DA50511F61435638
Octal35755245012137650312670
Binary111011111011011010010101010001111111101010000111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef2da5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef2da5; }

 p { color: rgb(239,45,165); }

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

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

 a { background-color: rgb(239,45,165); }

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

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

 span { border-color: rgb(239,45,165); }

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