Html Css Color HEX #E27AAF Persian Pink

📋 copy color: '#E27AAF'

red 226 ◦ green 122 ◦ blue 175

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

Shades of Persian Pink #E27AAF

Tints of Persian Pink #E27AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.46%

R = 43.21%
G = 23.33%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E27AAF (or 0xE27AAF) is known color: Persian Pink. HEX triplet: E2, 7A and AF. RGB value is (226,122,175). Sum of RGB (Red+Green+Blue) = 226+122+175=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27AAF is #1D8550. Grayscale: #9F9F9F. Windows color (decimal): -1934673 or 11500258. OLE color: 11500258.

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

Color convert

RGB 226 122 175 -
CMYK 0 0.46 0.23 0.11
HSL 329.42º 0.64% 0.68% -
HSV(B) 329.42º 0.46% 0.89% -
XYZ 46.06 33.18 44.53 -
YUV 159.14 136.96 175.69 -
System Red Green Blue C M Y K H S L
Decimal 226 122 175 0 0.46 0.23 0.11 329.42 0.64 0.68
Hex E2 7A AF 0 2E 17 B 149 40 44
Octal 342 172 257 0 56 27 13 511 100 104
Binary 11100010 1111010 10101111 0 101110 10111 1011 101001001 1000000 1000100

Color Harmonies of #E27AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27AAF

Black with #E27AAF

Text Example


Text Example

White with #E27AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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