#EF81B5

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

Shades of Persian Pink #EF81B5

Tints of Persian Pink #EF81B5

Color information

#EF81B5 (or 0xEF81B5) is unknown color: approx Persian Pink. HEX triplet: EF, 81 and B5. RGB value is (239,129,181). Sum of RGB (Red+Green+Blue) = 239+129+181=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81B5 is #107E4A. Grayscale: #A7A7A7. Windows color (decimal): -1080907 or 11895279. OLE color: 11895279.

HSL color Cylindrical-coordinate representation of color #EF81B5: hue angle of 331.64º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF81B5 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB239129181-
CMYK00.460.240.06
HSL331.64º77.46%72.16%-
HSV(B)331.64º46.03%93.73%-
XYZ51.7937.3948.2-
YUV167.82135.44178.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.53%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 181 (71.09% from 255) = 32.97%
R=43.53%
G=23.50%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912918100.460.240.06331.6477.4672.16
HexEF81B502E18614c4d48
Octal357201265056306514115110
Binary11101111100000011011010101011101100011010100110010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81B5; }

 p { color: rgb(239,129,181); }

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

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

 a { background-color: rgb(239,129,181); }

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

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

 span { border-color: rgb(239,129,181); }

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