Html Css Color HEX #E76894 Pale Violet Red

📋 copy color: '#E76894'

red 231 ◦ green 104 ◦ blue 148

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

Shades of Pale Violet Red #E76894

Tints of Pale Violet Red #E76894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.53%

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

R = 47.83%
G = 21.53%
B = 30.64%

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

#E76894 (or 0xE76894) is known color: Pale Violet Red. HEX triplet: E7, 68 and 94. RGB value is (231,104,148). Sum of RGB (Red+Green+Blue) = 231+104+148=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E76894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76894 is #18976B. Grayscale: #929292. Windows color (decimal): -1611628 or 9726183. OLE color: 9726183.

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

Color convert

RGB 231 104 148 -
CMYK 0 0.55 0.36 0.09
HSL 339.21º 0.73% 0.66% -
HSV(B) 339.21º 0.55% 0.91% -
XYZ 43.25 29.03 31.34 -
YUV 146.99 128.58 187.92 -
System Red Green Blue C M Y K H S L
Decimal 231 104 148 0 0.55 0.36 0.09 339.21 0.73 0.66
Hex E7 68 94 0 37 24 9 153 49 42
Octal 347 150 224 0 67 44 11 523 111 102
Binary 11100111 1101000 10010100 0 110111 100100 1001 101010011 1001001 1000010

Color Harmonies of #E76894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76894

Black with #E76894

Text Example


Text Example

White with #E76894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76894; }

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

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

background-color css

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

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

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

border-color css

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

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

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