Html Css Color HEX #E0769A Pale Violet Red

📋 copy color: '#E0769A'

red 224 ◦ green 118 ◦ blue 154

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

Shades of Pale Violet Red #E0769A

Tints of Pale Violet Red #E0769A

RGB

 RED value IS 224 (87.89% from 255) = 45.16%

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

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

R = 45.16%
G = 23.79%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0769A (or 0xE0769A) is known color: Pale Violet Red. HEX triplet: E0, 76 and 9A. RGB value is (224,118,154). Sum of RGB (Red+Green+Blue) = 224+118+154=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0769A is #1F8965. Grayscale: #999999. Windows color (decimal): -2066790 or 10122976. OLE color: 10122976.

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

Color convert

RGB 224 118 154 -
CMYK 0 0.47 0.31 0.12
HSL 339.62º 0.63% 0.67% -
HSV(B) 339.62º 0.47% 0.88% -
XYZ 43.05 31.14 34.31 -
YUV 153.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 224 118 154 0 0.47 0.31 0.12 339.62 0.63 0.67
Hex E0 76 9A 0 2F 1F C 154 3F 43
Octal 340 166 232 0 57 37 14 524 77 103
Binary 11100000 1110110 10011010 0 101111 11111 1100 101010100 111111 1000011

Color Harmonies of #E0769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0769A

Black with #E0769A

Text Example


Text Example

White with #E0769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0769A; }

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

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

background-color css

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

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

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

border-color css

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

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

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