#E27BAD

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

Shades of Persian Pink #E27BAD

Tints of Persian Pink #E27BAD

Color information

#E27BAD (or 0xE27BAD) is unknown color: approx Persian Pink. HEX triplet: E2, 7B and AD. RGB value is (226,123,173). Sum of RGB (Red+Green+Blue) = 226+123+173=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27BAD is #1D8452. Grayscale: #9F9F9F. Windows color (decimal): -1934419 or 11369442. OLE color: 11369442.

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

Color convert

RGB226123173-
CMYK00.460.230.11
HSL330.87º63.98%68.43%-
HSV(B)330.87º45.58%88.63%-
XYZ45.9933.3543.55-
YUV159.5135.62175.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.30%
GREEN value IS 123 (48.44% from 255) = 23.56%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=43.30%
G=23.56%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612317300.460.230.11330.8763.9868.43
HexE27BAD02E17B14b4044
Octal3421732550562713513100104
Binary11100010111101110101101010111010111101110100101110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27BAD; }

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

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

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

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

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

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

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

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