Html Css Color HEX #E76993 Pale Violet Red

📋 copy color: '#E76993'

red 231 ◦ green 105 ◦ blue 147

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

Shades of Pale Violet Red #E76993

Tints of Pale Violet Red #E76993

RGB

 RED value IS 231 (90.63% from 255) = 47.83%

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

 BLUE value IS 147 (57.81% from 255) = 30.43%

R = 47.83%
G = 21.74%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E76993 (or 0xE76993) is known color: Pale Violet Red. HEX triplet: E7, 69 and 93. RGB value is (231,105,147). Sum of RGB (Red+Green+Blue) = 231+105+147=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E76993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76993 is #18966C. Grayscale: #939393. Windows color (decimal): -1611373 or 9660903. OLE color: 9660903.

HSL color Cylindrical-coordinate representation of color #E76993: hue angle of 340º degrees, saturation: 0.72, 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 #E76993 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 105 147 -
CMYK 0 0.55 0.36 0.09
HSL 340º 0.72% 0.66% -
HSV(B) 340º 0.55% 0.91% -
XYZ 43.27 29.2 30.96 -
YUV 147.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 231 105 147 0 0.55 0.36 0.09 340 0.72 0.66
Hex E7 69 93 0 37 24 9 154 48 42
Octal 347 151 223 0 67 44 11 524 110 102
Binary 11100111 1101001 10010011 0 110111 100100 1001 101010100 1001000 1000010

Color Harmonies of #E76993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76993

Black with #E76993

Text Example


Text Example

White with #E76993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76993; }

 p { color: rgb(231,105,147); }

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

background-color css

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

 a { background-color: rgb(231,105,147); }

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

border-color css

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

 span { border-color: rgb(231,105,147); }

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