#EF81BE

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

Shades of Persian Pink #EF81BE

Tints of Persian Pink #EF81BE

Color information

#EF81BE (or 0xEF81BE) is unknown color: approx Persian Pink. HEX triplet: EF, 81 and BE. RGB value is (239,129,190). Sum of RGB (Red+Green+Blue) = 239+129+190=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81BE is #107E41. Grayscale: #A8A8A8. Windows color (decimal): -1080898 or 12485103. OLE color: 12485103.

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

Color convert

RGB239129190-
CMYK00.460.210.06
HSL326.73º77.46%72.16%-
HSV(B)326.73º46.03%93.73%-
XYZ52.7437.7753.23-
YUV168.84139.94178.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=42.83%
G=23.12%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912919000.460.210.06326.7377.4672.16
HexEF81BE02E1561474d48
Octal357201276056256507115110
Binary11101111100000011011111001011101010111010100011110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81BE; }

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

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

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

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

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

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

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

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