#E27BBF

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

Shades of Persian Pink #E27BBF

Tints of Persian Pink #E27BBF

Color information

#E27BBF (or 0xE27BBF) is unknown color: approx Persian Pink. HEX triplet: E2, 7B and BF. RGB value is (226,123,191). Sum of RGB (Red+Green+Blue) = 226+123+191=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BBF is #1D8440. Grayscale: #A1A1A1. Windows color (decimal): -1934401 or 12549090. OLE color: 12549090.

HSL color Cylindrical-coordinate representation of color #E27BBF: hue angle of 320.39º 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 #E27BBF is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB226123191-
CMYK00.460.150.11
HSL320.39º63.98%68.43%-
HSV(B)320.39º45.58%88.63%-
XYZ47.8534.153.35-
YUV161.55144.62173.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.85%
GREEN value IS 123 (48.44% from 255) = 22.78%
BLUE value IS 191 (75% from 255) = 35.37%
R=41.85%
G=22.78%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612319100.460.150.11320.3963.9868.43
HexE27BBF02EFB1404044
Octal3421732770561713500100104
Binary1110001011110111011111101011101111101110100000010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27BBF; }

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

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

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

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

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

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

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

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