Html Css Color HEX #E169A4 Pale Violet Red

📋 copy color: '#E169A4'

red 225 ◦ green 105 ◦ blue 164

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

Shades of Pale Violet Red #E169A4

Tints of Pale Violet Red #E169A4

RGB

 RED value IS 225 (88.28% from 255) = 45.55%

 GREEN value IS 105 (41.41% from 255) = 21.26%

 BLUE value IS 164 (64.45% from 255) = 33.2%

R = 45.55%
G = 21.26%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E169A4 (or 0xE169A4) is known color: Pale Violet Red. HEX triplet: E1, 69 and A4. RGB value is (225,105,164). Sum of RGB (Red+Green+Blue) = 225+105+164=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E169A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E169A4 is #1E965B. Grayscale: #939393. Windows color (decimal): -2004572 or 10775009. OLE color: 10775009.

HSL color Cylindrical-coordinate representation of color #E169A4: hue angle of 330.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E169A4 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 105 164 -
CMYK 0 0.53 0.27 0.12
HSL 330.5º 0.67% 0.65% -
HSV(B) 330.5º 0.53% 0.88% -
XYZ 42.8 28.79 38.42 -
YUV 147.61 137.26 183.2 -
System Red Green Blue C M Y K H S L
Decimal 225 105 164 0 0.53 0.27 0.12 330.5 0.67 0.65
Hex E1 69 A4 0 35 1B C 14A 43 41
Octal 341 151 244 0 65 33 14 512 103 101
Binary 11100001 1101001 10100100 0 110101 11011 1100 101001010 1000011 1000001

Color Harmonies of #E169A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E169A4

Black with #E169A4

Text Example


Text Example

White with #E169A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E169A4; }

 p { color: rgb(225,105,164); }

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

background-color css

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

 a { background-color: rgb(225,105,164); }

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

border-color css

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

 span { border-color: rgb(225,105,164); }

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