Html Css Color HEX #E47ABA Persian Pink

📋 copy color: '#E47ABA'

red 228 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #E47ABA

Tints of Persian Pink #E47ABA

RGB

 RED value IS 228 (89.45% from 255) = 42.54%

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

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

R = 42.54%
G = 22.76%
B = 34.7%

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

#E47ABA (or 0xE47ABA) is known color: Persian Pink. HEX triplet: E4, 7A and BA. RGB value is (228,122,186). Sum of RGB (Red+Green+Blue) = 228+122+186=536 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.54% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ABA is #1B8545. Grayscale: #A0A0A0. Windows color (decimal): -1803590 or 12221156. OLE color: 12221156.

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

Color convert

RGB 228 122 186 -
CMYK 0 0.46 0.18 0.11
HSL 323.77º 0.66% 0.69% -
HSV(B) 323.77º 0.46% 0.89% -
XYZ 47.82 33.96 50.49 -
YUV 160.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 228 122 186 0 0.46 0.18 0.11 323.77 0.66 0.69
Hex E4 7A BA 0 2E 12 B 144 42 45
Octal 344 172 272 0 56 22 13 504 102 105
Binary 11100100 1111010 10111010 0 101110 10010 1011 101000100 1000010 1000101

Color Harmonies of #E47ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47ABA

Black with #E47ABA

Text Example


Text Example

White with #E47ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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