Html Css Color HEX #E1769B Pale Violet Red

📋 copy color: '#E1769B'

red 225 ◦ green 118 ◦ blue 155

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

Shades of Pale Violet Red #E1769B

Tints of Pale Violet Red #E1769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.12%

R = 45.18%
G = 23.69%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1769B (or 0xE1769B) is known color: Pale Violet Red. HEX triplet: E1, 76 and 9B. RGB value is (225,118,155). Sum of RGB (Red+Green+Blue) = 225+118+155=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1769B is #1E8964. Grayscale: #9A9A9A. Windows color (decimal): -2001253 or 10188513. OLE color: 10188513.

HSL color Cylindrical-coordinate representation of color #E1769B: hue angle of 339.25º 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 #E1769B is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 118 155 -
CMYK 0 0.48 0.31 0.12
HSL 339.25º 0.64% 0.67% -
HSV(B) 339.25º 0.48% 0.88% -
XYZ 43.45 31.33 34.77 -
YUV 154.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 225 118 155 0 0.48 0.31 0.12 339.25 0.64 0.67
Hex E1 76 9B 0 30 1F C 153 40 43
Octal 341 166 233 0 60 37 14 523 100 103
Binary 11100001 1110110 10011011 0 110000 11111 1100 101010011 1000000 1000011

Color Harmonies of #E1769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1769B

Black with #E1769B

Text Example


Text Example

White with #E1769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1769B; }

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

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

background-color css

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

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

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

border-color css

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

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

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