#EE7BBC

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

Shades of Persian Pink #EE7BBC

Tints of Persian Pink #EE7BBC

Color information

#EE7BBC (or 0xEE7BBC) is unknown color: approx Persian Pink. HEX triplet: EE, 7B and BC. RGB value is (238,123,188). Sum of RGB (Red+Green+Blue) = 238+123+188=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7BBC is #118443. Grayscale: #A4A4A4. Windows color (decimal): -1147972 or 12352494. OLE color: 12352494.

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

Color convert

RGB238123188-
CMYK00.480.210.07
HSL326.09º77.18%70.78%-
HSV(B)326.09º48.32%93.33%-
XYZ51.4235.9751.81-
YUV164.8141.1180.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.35%
GREEN value IS 123 (48.44% from 255) = 22.40%
BLUE value IS 188 (73.83% from 255) = 34.24%
R=43.35%
G=22.40%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812318800.480.210.07326.0977.1870.78
HexEE7BBC0301571464d47
Octal356173274060257506115107
Binary1110111011110111011110001100001010111110100011010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7BBC; }

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

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

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

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

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

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

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

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