Html Css Color HEX #E167A0 Pale Violet Red

📋 copy color: '#E167A0'

red 225 ◦ green 103 ◦ blue 160

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

Shades of Pale Violet Red #E167A0

Tints of Pale Violet Red #E167A0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.11%

 BLUE value IS 160 (62.89% from 255) = 32.79%

R = 46.11%
G = 21.11%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E167A0 (or 0xE167A0) is known color: Pale Violet Red. HEX triplet: E1, 67 and A0. RGB value is (225,103,160). Sum of RGB (Red+Green+Blue) = 225+103+160=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E167A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E167A0 is #1E985F. Grayscale: #919191. Windows color (decimal): -2005088 or 10512353. OLE color: 10512353.

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

Color convert

RGB 225 103 160 -
CMYK 0 0.54 0.29 0.12
HSL 331.97º 0.67% 0.64% -
HSV(B) 331.97º 0.54% 0.88% -
XYZ 42.25 28.25 36.48 -
YUV 145.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 225 103 160 0 0.54 0.29 0.12 331.97 0.67 0.64
Hex E1 67 A0 0 36 1D C 14C 43 40
Octal 341 147 240 0 66 35 14 514 103 100
Binary 11100001 1100111 10100000 0 110110 11101 1100 101001100 1000011 1000000

Color Harmonies of #E167A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E167A0

Black with #E167A0

Text Example


Text Example

White with #E167A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E167A0; }

 p { color: rgb(225,103,160); }

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

background-color css

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

 a { background-color: rgb(225,103,160); }

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

border-color css

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

 span { border-color: rgb(225,103,160); }

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