#EF1E9C

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

Shades of Persian Rose #EF1E9C

Tints of Persian Rose #EF1E9C

Color information

#EF1E9C (or 0xEF1E9C) is unknown color: approx Persian Rose. HEX triplet: EF, 1E and 9C. RGB value is (239,30,156). Sum of RGB (Red+Green+Blue) = 239+30+156=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1E9C is #10E163. Grayscale: #6A6A6A. Windows color (decimal): -1106276 or 10231535. OLE color: 10231535.

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

Color convert

RGB23930156-
CMYK00.870.350.06
HSL323.83º86.72%52.75%-
HSV(B)323.83º87.45%93.73%-
XYZ42.0621.6833.42-
YUV106.85155.74222.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.24%
GREEN value IS 30 (12.11% from 255) = 7.06%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=56.24%
G=7.06%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393015600.870.350.06323.8386.7252.75
HexEF1E9C0572361445735
Octal35736234012743650412765
Binary111011111111010011100010101111000111101010001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1E9C; }

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

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

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

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

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

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

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

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