#EF2DAD

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

Shades of Persian Rose #EF2DAD

Tints of Persian Rose #EF2DAD

Color information

#EF2DAD (or 0xEF2DAD) is unknown color: approx Persian Rose. HEX triplet: EF, 2D and AD. RGB value is (239,45,173). Sum of RGB (Red+Green+Blue) = 239+45+173=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2DAD is #10D252. Grayscale: #757575. Windows color (decimal): -1102419 or 11349487. OLE color: 11349487.

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

Color convert

RGB23945173-
CMYK00.810.280.06
HSL320.41º85.84%55.69%-
HSV(B)320.41º81.17%93.73%-
XYZ44.0823.2441.7-
YUV117.6159.27214.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.30%
GREEN value IS 45 (17.97% from 255) = 9.85%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=52.30%
G=9.85%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394517300.810.280.06320.4185.8455.69
HexEF2DAD0511C61405638
Octal35755255012134650012670
Binary111011111011011010110101010001111001101010000001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2DAD; }

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

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

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

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

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

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

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

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