#ef1e9e

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

Shades of Persian Rose #EF1E9E

Tints of Persian Rose #EF1E9E

Color information

#EF1E9E (or 0xEF1E9E) is unknown color: approx Persian Rose. HEX triplet: EF, 1E and 9E. RGB value is (239,30,158). Sum of RGB (Red+Green+Blue) = 239+30+158=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1E9E is #10E161. Grayscale: #6A6A6A. Windows color (decimal): -1106274 or 10362607. OLE color: 10362607.

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

Color convert

RGB23930158-
CMYK00.870.340.06
HSL323.25º86.72%52.75%-
HSV(B)323.25º87.45%93.73%-
XYZ42.2321.7534.32-
YUV107.08156.74222.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.97%
GREEN value IS 30 (12.11% from 255) = 7.03%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=55.97%
G=7.03%
B=37.00%

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
Decimal2393015800.870.340.06323.2586.7252.75
HexEF1E9E0572261435735
Octal35736236012742650312765
Binary111011111111010011110010101111000101101010000111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef1e9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef1e9e; }

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

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

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

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

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

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

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

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