#EE7BBB

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

Shades of Persian Pink #EE7BBB

Tints of Persian Pink #EE7BBB

Color information

#EE7BBB (or 0xEE7BBB) is unknown color: approx Persian Pink. HEX triplet: EE, 7B and BB. RGB value is (238,123,187). Sum of RGB (Red+Green+Blue) = 238+123+187=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7BBB is #118444. Grayscale: #A4A4A4. Windows color (decimal): -1147973 or 12286958. OLE color: 12286958.

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

Color convert

RGB238123187-
CMYK00.480.210.07
HSL326.61º77.18%70.78%-
HSV(B)326.61º48.32%93.33%-
XYZ51.3135.9351.24-
YUV164.68140.6180.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.43%
GREEN value IS 123 (48.44% from 255) = 22.45%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=43.43%
G=22.45%
B=34.12%

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
Decimal23812318700.480.210.07326.6177.1870.78
HexEE7BBB0301571474d47
Octal356173273060257507115107
Binary1110111011110111011101101100001010111110100011110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7BBB; }

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

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

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

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

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

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

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

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