Html Css Color HEX #E27AA5 Pale Violet Red

📋 copy color: '#E27AA5'

red 226 ◦ green 122 ◦ blue 165

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

Shades of Pale Violet Red #E27AA5

Tints of Pale Violet Red #E27AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.16%

R = 44.05%
G = 23.78%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E27AA5 (or 0xE27AA5) is known color: Pale Violet Red. HEX triplet: E2, 7A and A5. RGB value is (226,122,165). Sum of RGB (Red+Green+Blue) = 226+122+165=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27AA5 is #1D855A. Grayscale: #9D9D9D. Windows color (decimal): -1934683 or 10844898. OLE color: 10844898.

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

Color convert

RGB 226 122 165 -
CMYK 0 0.46 0.27 0.11
HSL 335.19º 0.64% 0.68% -
HSV(B) 335.19º 0.46% 0.89% -
XYZ 45.12 32.8 39.55 -
YUV 158 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 226 122 165 0 0.46 0.27 0.11 335.19 0.64 0.68
Hex E2 7A A5 0 2E 1B B 14F 40 44
Octal 342 172 245 0 56 33 13 517 100 104
Binary 11100010 1111010 10100101 0 101110 11011 1011 101001111 1000000 1000100

Color Harmonies of #E27AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27AA5

Black with #E27AA5

Text Example


Text Example

White with #E27AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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