Html Css Color HEX #E0759A Pale Violet Red

📋 copy color: '#E0759A'

red 224 ◦ green 117 ◦ blue 154

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

Shades of Pale Violet Red #E0759A

Tints of Pale Violet Red #E0759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.64%

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

R = 45.25%
G = 23.64%
B = 31.11%

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

#E0759A (or 0xE0759A) is known color: Pale Violet Red. HEX triplet: E0, 75 and 9A. RGB value is (224,117,154). Sum of RGB (Red+Green+Blue) = 224+117+154=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0759A is #1F8A65. Grayscale: #999999. Windows color (decimal): -2067046 or 10122720. OLE color: 10122720.

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

Color convert

RGB 224 117 154 -
CMYK 0 0.48 0.31 0.12
HSL 339.25º 0.63% 0.67% -
HSV(B) 339.25º 0.48% 0.88% -
XYZ 42.93 30.9 34.27 -
YUV 153.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 224 117 154 0 0.48 0.31 0.12 339.25 0.63 0.67
Hex E0 75 9A 0 30 1F C 153 3F 43
Octal 340 165 232 0 60 37 14 523 77 103
Binary 11100000 1110101 10011010 0 110000 11111 1100 101010011 111111 1000011

Color Harmonies of #E0759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0759A

Black with #E0759A

Text Example


Text Example

White with #E0759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0759A; }

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

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

background-color css

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

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

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

border-color css

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

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

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