Html Css Color HEX #E967A0 Pale Violet Red

📋 copy color: '#E967A0'

red 233 ◦ green 103 ◦ blue 160

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

Shades of Pale Violet Red #E967A0

Tints of Pale Violet Red #E967A0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.77%

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

R = 46.98%
G = 20.77%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E967A0 (or 0xE967A0) is known color: Pale Violet Red. HEX triplet: E9, 67 and A0. RGB value is (233,103,160). Sum of RGB (Red+Green+Blue) = 233+103+160=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E967A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E967A0 is #16985F. Grayscale: #949494. Windows color (decimal): -1480800 or 10512361. OLE color: 10512361.

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

Color convert

RGB 233 103 160 -
CMYK 0 0.56 0.31 0.09
HSL 333.69º 0.75% 0.66% -
HSV(B) 333.69º 0.56% 0.91% -
XYZ 44.8 29.56 36.6 -
YUV 148.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 233 103 160 0 0.56 0.31 0.09 333.69 0.75 0.66
Hex E9 67 A0 0 38 1F 9 14E 4B 42
Octal 351 147 240 0 70 37 11 516 113 102
Binary 11101001 1100111 10100000 0 111000 11111 1001 101001110 1001011 1000010

Color Harmonies of #E967A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E967A0

Black with #E967A0

Text Example


Text Example

White with #E967A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E967A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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