#EF39AF

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

Shades of Persian Rose #EF39AF

Tints of Persian Rose #EF39AF

Color information

#EF39AF (or 0xEF39AF) is unknown color: approx Persian Rose. HEX triplet: EF, 39 and AF. RGB value is (239,57,175). Sum of RGB (Red+Green+Blue) = 239+57+175=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF39AF is #10C650. Grayscale: #7C7C7C. Windows color (decimal): -1099345 or 11483631. OLE color: 11483631.

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

Color convert

RGB23957175-
CMYK00.760.270.06
HSL321.1º85.05%58.04%-
HSV(B)321.1º76.15%93.73%-
XYZ44.824.3742.9-
YUV124.87156.3209.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.74%
GREEN value IS 57 (22.66% from 255) = 12.10%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=50.74%
G=12.10%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395717500.760.270.06321.185.0558.04
HexEF39AF04C1B6141553a
Octal35771257011433650112572
Binary111011111110011010111101001100110111101010000011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF39AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF39AF; }

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

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

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

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

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

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

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

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