#EF219A

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

Shades of Persian Rose #EF219A

Tints of Persian Rose #EF219A

Color information

#EF219A (or 0xEF219A) is unknown color: approx Persian Rose. HEX triplet: EF, 21 and 9A. RGB value is (239,33,154). Sum of RGB (Red+Green+Blue) = 239+33+154=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF219A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF219A is #10DE65. Grayscale: #6C6C6C. Windows color (decimal): -1105510 or 10101231. OLE color: 10101231.

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

Color convert

RGB23933154-
CMYK00.860.360.06
HSL324.76º86.55%53.33%-
HSV(B)324.76º86.19%93.73%-
XYZ41.9721.7732.56-
YUV108.39153.75221.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.10%
GREEN value IS 33 (13.28% from 255) = 7.75%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=56.10%
G=7.75%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393315400.860.360.06324.7686.5553.33
HexEF219A0562461455735
Octal35741232012644650512765
Binary1110111110000110011010010101101001001101010001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF219A; }

 p { color: rgb(239,33,154); }

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

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

 a { background-color: rgb(239,33,154); }

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

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

 span { border-color: rgb(239,33,154); }

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