#E27EBA

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

Shades of Persian Pink #E27EBA

Tints of Persian Pink #E27EBA

Color information

#E27EBA (or 0xE27EBA) is unknown color: approx Persian Pink. HEX triplet: E2, 7E and BA. RGB value is (226,126,186). Sum of RGB (Red+Green+Blue) = 226+126+186=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EBA is #1D8145. Grayscale: #A2A2A2. Windows color (decimal): -1933638 or 12222178. OLE color: 12222178.

HSL color Cylindrical-coordinate representation of color #E27EBA: hue angle of 324º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27EBA is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226126186-
CMYK00.440.180.11
HSL324º63.29%69.02%-
HSV(B)324º44.25%88.63%-
XYZ47.6934.6450.63-
YUV162.74141.13173.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.01%
GREEN value IS 126 (49.61% from 255) = 23.42%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=42.01%
G=23.42%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612618600.440.180.1132463.2969.02
HexE27EBA02C12B1443f45
Octal342176272054221350477105
Binary1110001011111101011101001011001001010111010001001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27EBA; }

 p { color: rgb(226,126,186); }

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

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

 a { background-color: rgb(226,126,186); }

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

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

 span { border-color: rgb(226,126,186); }

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