Html Css Color HEX #E165A2 Pale Violet Red

📋 copy color: '#E165A2'

red 225 ◦ green 101 ◦ blue 162

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

Shades of Pale Violet Red #E165A2

Tints of Pale Violet Red #E165A2

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.7%

 BLUE value IS 162 (63.67% from 255) = 33.2%

R = 46.11%
G = 20.7%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E165A2 (or 0xE165A2) is known color: Pale Violet Red. HEX triplet: E1, 65 and A2. RGB value is (225,101,162). Sum of RGB (Red+Green+Blue) = 225+101+162=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E165A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E165A2 is #1E9A5D. Grayscale: #909090. Windows color (decimal): -2005598 or 10642913. OLE color: 10642913.

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

Color convert

RGB 225 101 162 -
CMYK 0 0.55 0.28 0.12
HSL 330.48º 0.67% 0.64% -
HSV(B) 330.48º 0.55% 0.88% -
XYZ 42.23 27.92 37.35 -
YUV 145.03 137.58 185.04 -
System Red Green Blue C M Y K H S L
Decimal 225 101 162 0 0.55 0.28 0.12 330.48 0.67 0.64
Hex E1 65 A2 0 37 1C C 14A 43 40
Octal 341 145 242 0 67 34 14 512 103 100
Binary 11100001 1100101 10100010 0 110111 11100 1100 101001010 1000011 1000000

Color Harmonies of #E165A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E165A2

Black with #E165A2

Text Example


Text Example

White with #E165A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E165A2; }

 p { color: rgb(225,101,162); }

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

background-color css

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

 a { background-color: rgb(225,101,162); }

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

border-color css

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

 span { border-color: rgb(225,101,162); }

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