#EF1DA1

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

Shades of Persian Rose #EF1DA1

Tints of Persian Rose #EF1DA1

Color information

#EF1DA1 (or 0xEF1DA1) is unknown color: approx Persian Rose. HEX triplet: EF, 1D and A1. RGB value is (239,29,161). Sum of RGB (Red+Green+Blue) = 239+29+161=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1DA1 is #10E25E. Grayscale: #6A6A6A. Windows color (decimal): -1106527 or 10558959. OLE color: 10558959.

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

Color convert

RGB23929161-
CMYK00.880.330.06
HSL322.29º86.78%52.55%-
HSV(B)322.29º87.87%93.73%-
XYZ42.4721.835.69-
YUV106.84158.57222.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.71%
GREEN value IS 29 (11.72% from 255) = 6.76%
BLUE value IS 161 (63.28% from 255) = 37.53%
R=55.71%
G=6.76%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392916100.880.330.06322.2986.7852.55
HexEF1DA10582161425735
Octal35735241013041650212765
Binary111011111110110100001010110001000011101010000101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1DA1; }

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

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

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

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

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

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

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

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