#EF1E9D

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

Shades of Persian Rose #EF1E9D

Tints of Persian Rose #EF1E9D

Color information

#EF1E9D (or 0xEF1E9D) is unknown color: approx Persian Rose. HEX triplet: EF, 1E and 9D. RGB value is (239,30,157). Sum of RGB (Red+Green+Blue) = 239+30+157=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1E9D is #10E162. Grayscale: #6A6A6A. Windows color (decimal): -1106275 or 10297071. OLE color: 10297071.

HSL color Cylindrical-coordinate representation of color #EF1E9D: hue angle of 323.54º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1E9D is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB23930157-
CMYK00.870.340.06
HSL323.54º86.72%52.75%-
HSV(B)323.54º87.45%93.73%-
XYZ42.1521.7133.87-
YUV106.97156.24222.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.10%
GREEN value IS 30 (12.11% from 255) = 7.04%
BLUE value IS 157 (61.72% from 255) = 36.85%
R=56.10%
G=7.04%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393015700.870.340.06323.5486.7252.75
HexEF1E9D0572261445735
Octal35736235012742650412765
Binary111011111111010011101010101111000101101010001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1E9D; }

 p { color: rgb(239,30,157); }

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

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

 a { background-color: rgb(239,30,157); }

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

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

 span { border-color: rgb(239,30,157); }

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