#ef1fa1

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

Shades of Persian Rose #EF1FA1

Tints of Persian Rose #EF1FA1

Color information

#EF1FA1 (or 0xEF1FA1) is unknown color: approx Persian Rose. HEX triplet: EF, 1F and A1. RGB value is (239,31,161). Sum of RGB (Red+Green+Blue) = 239+31+161=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1FA1 is #10E05E. Grayscale: #6B6B6B. Windows color (decimal): -1106015 or 10559471. OLE color: 10559471.

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

Color convert

RGB23931161-
CMYK00.870.330.06
HSL322.5º86.67%52.94%-
HSV(B)322.5º87.03%93.73%-
XYZ42.5221.935.71-
YUV108.01157.91221.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.45%
GREEN value IS 31 (12.5% from 255) = 7.19%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=55.45%
G=7.19%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393116100.870.330.06322.586.6752.94
HexEF1FA10572161425735
Octal35737241012741650212765
Binary111011111111110100001010101111000011101010000101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef1fa1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef1fa1; }

 p { color: rgb(239,31,161); }

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

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

 a { background-color: rgb(239,31,161); }

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

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

 span { border-color: rgb(239,31,161); }

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