#EF2DA4

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

Shades of Persian Rose #EF2DA4

Tints of Persian Rose #EF2DA4

Color information

#EF2DA4 (or 0xEF2DA4) is unknown color: approx Persian Rose. HEX triplet: EF, 2D and A4. RGB value is (239,45,164). Sum of RGB (Red+Green+Blue) = 239+45+164=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2DA4 is #10D25B. Grayscale: #747474. Windows color (decimal): -1102428 or 10759663. OLE color: 10759663.

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

Color convert

RGB23945164-
CMYK00.810.310.06
HSL323.2º85.84%55.69%-
HSV(B)323.2º81.17%93.73%-
XYZ43.2422.9137.26-
YUV116.57154.77215.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.35%
GREEN value IS 45 (17.97% from 255) = 10.04%
BLUE value IS 164 (64.45% from 255) = 36.61%
R=53.35%
G=10.04%
B=36.61%

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
Decimal2394516400.810.310.06323.285.8455.69
HexEF2DA40511F61435638
Octal35755244012137650312670
Binary111011111011011010010001010001111111101010000111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2DA4; }

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

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

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

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

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

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

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

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