Html Css Color HEX #E379A8 Pale Violet Red

📋 copy color: '#E379A8'

red 227 ◦ green 121 ◦ blue 168

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

Shades of Pale Violet Red #E379A8

Tints of Pale Violet Red #E379A8

RGB

 RED value IS 227 (89.06% from 255) = 43.99%

 GREEN value IS 121 (47.66% from 255) = 23.45%

 BLUE value IS 168 (66.02% from 255) = 32.56%

R = 43.99%
G = 23.45%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E379A8 (or 0xE379A8) is known color: Pale Violet Red. HEX triplet: E3, 79 and A8. RGB value is (227,121,168). Sum of RGB (Red+Green+Blue) = 227+121+168=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E379A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E379A8 is #1C8657. Grayscale: #9D9D9D. Windows color (decimal): -1869400 or 11041251. OLE color: 11041251.

HSL color Cylindrical-coordinate representation of color #E379A8: hue angle of 333.4º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E379A8 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 121 168 -
CMYK 0 0.47 0.26 0.11
HSL 333.4º 0.65% 0.68% -
HSV(B) 333.4º 0.47% 0.89% -
XYZ 45.58 32.83 40.98 -
YUV 158.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 227 121 168 0 0.47 0.26 0.11 333.4 0.65 0.68
Hex E3 79 A8 0 2F 1A B 14D 41 44
Octal 343 171 250 0 57 32 13 515 101 104
Binary 11100011 1111001 10101000 0 101111 11010 1011 101001101 1000001 1000100

Color Harmonies of #E379A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379A8

Black with #E379A8

Text Example


Text Example

White with #E379A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379A8; }

 p { color: rgb(227,121,168); }

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

background-color css

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

 a { background-color: rgb(227,121,168); }

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

border-color css

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

 span { border-color: rgb(227,121,168); }

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