#EF85BD

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

Shades of Persian Pink #EF85BD

Tints of Persian Pink #EF85BD

Color information

#EF85BD (or 0xEF85BD) is unknown color: approx Persian Pink. HEX triplet: EF, 85 and BD. RGB value is (239,133,189). Sum of RGB (Red+Green+Blue) = 239+133+189=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85BD is #107A42. Grayscale: #AAAAAA. Windows color (decimal): -1079875 or 12420591. OLE color: 12420591.

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

Color convert

RGB239133189-
CMYK00.440.210.06
HSL328.3º76.81%72.94%-
HSV(B)328.3º44.35%93.73%-
XYZ53.1738.852.83-
YUV171.08138.12176.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=42.60%
G=23.71%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913318900.440.210.06328.376.8172.94
HexEF85BD02C1561484d49
Octal357205275054256510115111
Binary11101111100001011011110101011001010111010100100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85BD; }

 p { color: rgb(239,133,189); }

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

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

 a { background-color: rgb(239,133,189); }

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

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

 span { border-color: rgb(239,133,189); }

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