#e27bbd

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

Shades of Persian Pink #E27BBD

Tints of Persian Pink #E27BBD

Color information

#E27BBD (or 0xE27BBD) is unknown color: approx Persian Pink. HEX triplet: E2, 7B and BD. RGB value is (226,123,189). Sum of RGB (Red+Green+Blue) = 226+123+189=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BBD is #1D8442. Grayscale: #A1A1A1. Windows color (decimal): -1934403 or 12418018. OLE color: 12418018.

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

Color convert

RGB226123189-
CMYK00.460.160.11
HSL321.55º63.98%68.43%-
HSV(B)321.55º45.58%88.63%-
XYZ47.6334.0152.2-
YUV161.32143.62174.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.01%
GREEN value IS 123 (48.44% from 255) = 22.86%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=42.01%
G=22.86%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612318900.460.160.11321.5563.9868.43
HexE27BBD02E10B1424044
Octal3421732750562013502100104
Binary11100010111101110111101010111010000101110100001010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e27bbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e27bbd; }

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

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

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

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

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

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

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

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