#EE84BC

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

Shades of Persian Pink #EE84BC

Tints of Persian Pink #EE84BC

Color information

#EE84BC (or 0xEE84BC) is unknown color: approx Persian Pink. HEX triplet: EE, 84 and BC. RGB value is (238,132,188). Sum of RGB (Red+Green+Blue) = 238+132+188=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE84BC is #117B43. Grayscale: #A9A9A9. Windows color (decimal): -1145668 or 12354798. OLE color: 12354798.

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

Color convert

RGB238132188-
CMYK00.450.210.07
HSL328.3º75.71%72.55%-
HSV(B)328.3º44.54%93.33%-
XYZ52.5938.3152.2-
YUV170.08138.12176.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.65%
GREEN value IS 132 (51.95% from 255) = 23.66%
BLUE value IS 188 (73.83% from 255) = 33.69%
R=42.65%
G=23.66%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813218800.450.210.07328.375.7172.55
HexEE84BC02D1571484c49
Octal356204274055257510114111
Binary11101110100001001011110001011011010111110100100010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE84BC; }

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

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

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

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

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

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

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

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