Html Css Color HEX #E76194 Pale Violet Red

📋 copy color: '#E76194'

red 231 ◦ green 97 ◦ blue 148

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

Shades of Pale Violet Red #E76194

Tints of Pale Violet Red #E76194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.38%

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 48.53%
G = 20.38%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E76194 (or 0xE76194) is known color: Pale Violet Red. HEX triplet: E7, 61 and 94. RGB value is (231,97,148). Sum of RGB (Red+Green+Blue) = 231+97+148=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E76194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76194 is #189E6B. Grayscale: #8E8E8E. Windows color (decimal): -1613420 or 9724391. OLE color: 9724391.

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

Color convert

RGB 231 97 148 -
CMYK 0 0.58 0.36 0.09
HSL 337.16º 0.74% 0.64% -
HSV(B) 337.16º 0.58% 0.91% -
XYZ 42.57 27.68 31.12 -
YUV 142.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 231 97 148 0 0.58 0.36 0.09 337.16 0.74 0.64
Hex E7 61 94 0 3A 24 9 151 4A 40
Octal 347 141 224 0 72 44 11 521 112 100
Binary 11100111 1100001 10010100 0 111010 100100 1001 101010001 1001010 1000000

Color Harmonies of #E76194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76194

Black with #E76194

Text Example


Text Example

White with #E76194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76194; }

 p { color: rgb(231,97,148); }

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

background-color css

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

 a { background-color: rgb(231,97,148); }

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

border-color css

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

 span { border-color: rgb(231,97,148); }

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