Html Css Color HEX #E27AAC Persian Pink

📋 copy color: '#E27AAC'

red 226 ◦ green 122 ◦ blue 172

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

Shades of Persian Pink #E27AAC

Tints of Persian Pink #E27AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.08%

R = 43.46%
G = 23.46%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E27AAC (or 0xE27AAC) is known color: Persian Pink. HEX triplet: E2, 7A and AC. RGB value is (226,122,172). Sum of RGB (Red+Green+Blue) = 226+122+172=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27AAC is #1D8553. Grayscale: #9E9E9E. Windows color (decimal): -1934676 or 11303650. OLE color: 11303650.

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

Color convert

RGB 226 122 172 -
CMYK 0 0.46 0.24 0.11
HSL 331.15º 0.64% 0.68% -
HSV(B) 331.15º 0.46% 0.89% -
XYZ 45.77 33.07 43 -
YUV 158.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 226 122 172 0 0.46 0.24 0.11 331.15 0.64 0.68
Hex E2 7A AC 0 2E 18 B 14B 40 44
Octal 342 172 254 0 56 30 13 513 100 104
Binary 11100010 1111010 10101100 0 101110 11000 1011 101001011 1000000 1000100

Color Harmonies of #E27AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27AAC

Black with #E27AAC

Text Example


Text Example

White with #E27AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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