Html Css Color HEX #E1769A Pale Violet Red

📋 copy color: '#E1769A'

red 225 ◦ green 118 ◦ blue 154

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

Shades of Pale Violet Red #E1769A

Tints of Pale Violet Red #E1769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.74%

 BLUE value IS 154 (60.55% from 255) = 30.99%

R = 45.27%
G = 23.74%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1769A (or 0xE1769A) is known color: Pale Violet Red. HEX triplet: E1, 76 and 9A. RGB value is (225,118,154). Sum of RGB (Red+Green+Blue) = 225+118+154=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1769A is #1E8965. Grayscale: #9A9A9A. Windows color (decimal): -2001254 or 10122977. OLE color: 10122977.

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

Color convert

RGB 225 118 154 -
CMYK 0 0.48 0.32 0.12
HSL 339.81º 0.64% 0.67% -
HSV(B) 339.81º 0.48% 0.88% -
XYZ 43.36 31.3 34.33 -
YUV 154.1 127.95 178.57 -
System Red Green Blue C M Y K H S L
Decimal 225 118 154 0 0.48 0.32 0.12 339.81 0.64 0.67
Hex E1 76 9A 0 30 20 C 154 40 43
Octal 341 166 232 0 60 40 14 524 100 103
Binary 11100001 1110110 10011010 0 110000 100000 1100 101010100 1000000 1000011

Color Harmonies of #E1769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1769A

Black with #E1769A

Text Example


Text Example

White with #E1769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1769A; }

 p { color: rgb(225,118,154); }

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

background-color css

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

 a { background-color: rgb(225,118,154); }

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

border-color css

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

 span { border-color: rgb(225,118,154); }

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