#E27BBB

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

Shades of Persian Pink #E27BBB

Tints of Persian Pink #E27BBB

Color information

#E27BBB (or 0xE27BBB) is unknown color: approx Persian Pink. HEX triplet: E2, 7B and BB. RGB value is (226,123,187). Sum of RGB (Red+Green+Blue) = 226+123+187=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BBB is #1D8444. Grayscale: #A0A0A0. Windows color (decimal): -1934405 or 12286946. OLE color: 12286946.

HSL color Cylindrical-coordinate representation of color #E27BBB: hue angle of 322.72º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27BBB is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB226123187-
CMYK00.460.170.11
HSL322.72º63.98%68.43%-
HSV(B)322.72º45.58%88.63%-
XYZ47.4233.9251.06-
YUV161.09142.62174.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.16%
GREEN value IS 123 (48.44% from 255) = 22.95%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=42.16%
G=22.95%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612318700.460.170.11322.7263.9868.43
HexE27BBB02E11B1434044
Octal3421732730562113503100104
Binary11100010111101110111011010111010001101110100001110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27BBB; }

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

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

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

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

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

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

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

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