#EF39AD

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

Shades of Persian Rose #EF39AD

Tints of Persian Rose #EF39AD

Color information

#EF39AD (or 0xEF39AD) is unknown color: approx Persian Rose. HEX triplet: EF, 39 and AD. RGB value is (239,57,173). Sum of RGB (Red+Green+Blue) = 239+57+173=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF39AD is #10C652. Grayscale: #7C7C7C. Windows color (decimal): -1099347 or 11352559. OLE color: 11352559.

HSL color Cylindrical-coordinate representation of color #EF39AD: hue angle of 321.76º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF39AD is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB23957173-
CMYK00.760.280.06
HSL321.76º85.05%58.04%-
HSV(B)321.76º76.15%93.73%-
XYZ44.624.2941.87-
YUV124.64155.3209.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.96%
GREEN value IS 57 (22.66% from 255) = 12.15%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=50.96%
G=12.15%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395717300.760.280.06321.7685.0558.04
HexEF39AD04C1C6142553a
Octal35771255011434650212572
Binary111011111110011010110101001100111001101010000101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF39AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF39AD; }

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

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

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

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

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

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

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

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