Html Css Color HEX #E969A0 Pale Violet Red

📋 copy color: '#E969A0'

red 233 ◦ green 105 ◦ blue 160

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

Shades of Pale Violet Red #E969A0

Tints of Pale Violet Red #E969A0

RGB

 RED value IS 233 (91.41% from 255) = 46.79%

 GREEN value IS 105 (41.41% from 255) = 21.08%

 BLUE value IS 160 (62.89% from 255) = 32.13%

R = 46.79%
G = 21.08%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E969A0 (or 0xE969A0) is known color: Pale Violet Red. HEX triplet: E9, 69 and A0. RGB value is (233,105,160). Sum of RGB (Red+Green+Blue) = 233+105+160=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E969A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E969A0 is #16965F. Grayscale: #959595. Windows color (decimal): -1480288 or 10512873. OLE color: 10512873.

HSL color Cylindrical-coordinate representation of color #E969A0: hue angle of 334.22º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E969A0 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 105 160 -
CMYK 0 0.55 0.31 0.09
HSL 334.22º 0.74% 0.66% -
HSV(B) 334.22º 0.55% 0.91% -
XYZ 45 29.96 36.67 -
YUV 149.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 233 105 160 0 0.55 0.31 0.09 334.22 0.74 0.66
Hex E9 69 A0 0 37 1F 9 14E 4A 42
Octal 351 151 240 0 67 37 11 516 112 102
Binary 11101001 1101001 10100000 0 110111 11111 1001 101001110 1001010 1000010

Color Harmonies of #E969A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E969A0

Black with #E969A0

Text Example


Text Example

White with #E969A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E969A0; }

 p { color: rgb(233,105,160); }

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

background-color css

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

 a { background-color: rgb(233,105,160); }

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

border-color css

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

 span { border-color: rgb(233,105,160); }

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