#EF2D9A

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

Shades of Persian Rose #EF2D9A

Tints of Persian Rose #EF2D9A

Color information

#EF2D9A (or 0xEF2D9A) is unknown color: approx Persian Rose. HEX triplet: EF, 2D and 9A. RGB value is (239,45,154). Sum of RGB (Red+Green+Blue) = 239+45+154=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2D9A is #10D265. Grayscale: #737373. Windows color (decimal): -1102438 or 10104303. OLE color: 10104303.

HSL color Cylindrical-coordinate representation of color #EF2D9A: hue angle of 326.29º 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 #EF2D9A is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB23945154-
CMYK00.810.360.06
HSL326.29º85.84%55.69%-
HSV(B)326.29º81.17%93.73%-
XYZ42.3722.5632.69-
YUV115.43149.77216.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.57%
GREEN value IS 45 (17.97% from 255) = 10.27%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=54.57%
G=10.27%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394515400.810.360.06326.2985.8455.69
HexEF2D9A0512461465638
Octal35755232012144650612670
Binary1110111110110110011010010100011001001101010001101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2D9A; }

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

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

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

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

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

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

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

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