Html Css Color HEX #E76493 Pale Violet Red

📋 copy color: '#E76493'

red 231 ◦ green 100 ◦ blue 147

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

Shades of Pale Violet Red #E76493

Tints of Pale Violet Red #E76493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.92%

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

R = 48.33%
G = 20.92%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E76493 (or 0xE76493) is known color: Pale Violet Red. HEX triplet: E7, 64 and 93. RGB value is (231,100,147). Sum of RGB (Red+Green+Blue) = 231+100+147=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E76493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76493 is #189B6C. Grayscale: #909090. Windows color (decimal): -1612653 or 9659623. OLE color: 9659623.

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

Color convert

RGB 231 100 147 -
CMYK 0 0.57 0.36 0.09
HSL 338.47º 0.73% 0.65% -
HSV(B) 338.47º 0.57% 0.91% -
XYZ 42.78 28.21 30.79 -
YUV 144.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 231 100 147 0 0.57 0.36 0.09 338.47 0.73 0.65
Hex E7 64 93 0 39 24 9 152 49 41
Octal 347 144 223 0 71 44 11 522 111 101
Binary 11100111 1100100 10010011 0 111001 100100 1001 101010010 1001001 1000001

Color Harmonies of #E76493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76493

Black with #E76493

Text Example


Text Example

White with #E76493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76493; }

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

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

background-color css

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

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

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

border-color css

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

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

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