Html Css Color HEX #E27ABA Persian Pink

📋 copy color: '#E27ABA'

red 226 ◦ green 122 ◦ blue 186

#E27ABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #E27ABA

Tints of Persian Pink #E27ABA

RGB

 RED value IS 226 (88.67% from 255) = 42.32%

 GREEN value IS 122 (48.05% from 255) = 22.85%

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 42.32%
G = 22.85%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E27ABA (or 0xE27ABA) is known color: Persian Pink. HEX triplet: E2, 7A and BA. RGB value is (226,122,186). Sum of RGB (Red+Green+Blue) = 226+122+186=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ABA is #1D8545. Grayscale: #A0A0A0. Windows color (decimal): -1934662 or 12221154. OLE color: 12221154.

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

Color convert

RGB 226 122 186 -
CMYK 0 0.46 0.18 0.11
HSL 323.08º 0.64% 0.68% -
HSV(B) 323.08º 0.46% 0.89% -
XYZ 47.19 33.63 50.46 -
YUV 160.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 226 122 186 0 0.46 0.18 0.11 323.08 0.64 0.68
Hex E2 7A BA 0 2E 12 B 143 40 44
Octal 342 172 272 0 56 22 13 503 100 104
Binary 11100010 1111010 10111010 0 101110 10010 1011 101000011 1000000 1000100

Color Harmonies of #E27ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27ABA

Black with #E27ABA

Text Example


Text Example

White with #E27ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27ABA; }

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

 H1.HeaderClassName
 {
   color: #E27ABA;
 }
 .AnyTagClassName
 {
   color: #E27ABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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