Html Css Color HEX #E27AAD Persian Pink

📋 copy color: '#E27AAD'

red 226 ◦ green 122 ◦ blue 173

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

Shades of Persian Pink #E27AAD

Tints of Persian Pink #E27AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 43.38%
G = 23.42%
B = 33.21%

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

#E27AAD (or 0xE27AAD) is known color: Persian Pink. HEX triplet: E2, 7A and AD. RGB value is (226,122,173). Sum of RGB (Red+Green+Blue) = 226+122+173=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27AAD is #1D8552. Grayscale: #9E9E9E. Windows color (decimal): -1934675 or 11369186. OLE color: 11369186.

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

Color convert

RGB 226 122 173 -
CMYK 0 0.46 0.23 0.11
HSL 330.58º 0.64% 0.68% -
HSV(B) 330.58º 0.46% 0.89% -
XYZ 45.87 33.1 43.51 -
YUV 158.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 226 122 173 0 0.46 0.23 0.11 330.58 0.64 0.68
Hex E2 7A AD 0 2E 17 B 14B 40 44
Octal 342 172 255 0 56 27 13 513 100 104
Binary 11100010 1111010 10101101 0 101110 10111 1011 101001011 1000000 1000100

Color Harmonies of #E27AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27AAD

Black with #E27AAD

Text Example


Text Example

White with #E27AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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