#EF84BC

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

Shades of Persian Pink #EF84BC

Tints of Persian Pink #EF84BC

Color information

#EF84BC (or 0xEF84BC) is unknown color: approx Persian Pink. HEX triplet: EF, 84 and BC. RGB value is (239,132,188). Sum of RGB (Red+Green+Blue) = 239+132+188=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84BC is #107B43. Grayscale: #AAAAAA. Windows color (decimal): -1080132 or 12354799. OLE color: 12354799.

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

Color convert

RGB239132188-
CMYK00.450.210.06
HSL328.6º76.98%72.75%-
HSV(B)328.6º44.77%93.73%-
XYZ52.9238.4852.22-
YUV170.38137.95176.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 132 (51.95% from 255) = 23.61%
BLUE value IS 188 (73.83% from 255) = 33.63%
R=42.75%
G=23.61%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913218800.450.210.06328.676.9872.75
HexEF84BC02D1561494d49
Octal357204274055256511115111
Binary11101111100001001011110001011011010111010100100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF84BC; }

 p { color: rgb(239,132,188); }

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

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

 a { background-color: rgb(239,132,188); }

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

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

 span { border-color: rgb(239,132,188); }

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