Html Css Color HEX #E76693 Pale Violet Red

📋 copy color: '#E76693'

red 231 ◦ green 102 ◦ blue 147

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

Shades of Pale Violet Red #E76693

Tints of Pale Violet Red #E76693

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.25%

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

R = 48.13%
G = 21.25%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E76693 (or 0xE76693) is known color: Pale Violet Red. HEX triplet: E7, 66 and 93. RGB value is (231,102,147). Sum of RGB (Red+Green+Blue) = 231+102+147=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E76693 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76693 is #18996C. Grayscale: #919191. Windows color (decimal): -1612141 or 9660135. OLE color: 9660135.

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

Color convert

RGB 231 102 147 -
CMYK 0 0.56 0.36 0.09
HSL 339.07º 0.73% 0.65% -
HSV(B) 339.07º 0.56% 0.91% -
XYZ 42.97 28.6 30.86 -
YUV 145.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 231 102 147 0 0.56 0.36 0.09 339.07 0.73 0.65
Hex E7 66 93 0 38 24 9 153 49 41
Octal 347 146 223 0 70 44 11 523 111 101
Binary 11100111 1100110 10010011 0 111000 100100 1001 101010011 1001001 1000001

Color Harmonies of #E76693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76693

Black with #E76693

Text Example


Text Example

White with #E76693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76693; }

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

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

background-color css

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

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

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

border-color css

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

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

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