Html Css Color HEX #E762A0 Pale Violet Red

📋 copy color: '#E762A0'

red 231 ◦ green 98 ◦ blue 160

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

Shades of Pale Violet Red #E762A0

Tints of Pale Violet Red #E762A0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.04%

 BLUE value IS 160 (62.89% from 255) = 32.72%

R = 47.24%
G = 20.04%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E762A0 (or 0xE762A0) is known color: Pale Violet Red. HEX triplet: E7, 62 and A0. RGB value is (231,98,160). Sum of RGB (Red+Green+Blue) = 231+98+160=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E762A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E762A0 is #189D5F. Grayscale: #909090. Windows color (decimal): -1613152 or 10511079. OLE color: 10511079.

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

Color convert

RGB 231 98 160 -
CMYK 0 0.58 0.31 0.09
HSL 332.03º 0.73% 0.65% -
HSV(B) 332.03º 0.58% 0.91% -
XYZ 43.67 28.26 36.41 -
YUV 144.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 231 98 160 0 0.58 0.31 0.09 332.03 0.73 0.65
Hex E7 62 A0 0 3A 1F 9 14C 49 41
Octal 347 142 240 0 72 37 11 514 111 101
Binary 11100111 1100010 10100000 0 111010 11111 1001 101001100 1001001 1000001

Color Harmonies of #E762A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E762A0

Black with #E762A0

Text Example


Text Example

White with #E762A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E762A0; }

 p { color: rgb(231,98,160); }

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

background-color css

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

 a { background-color: rgb(231,98,160); }

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

border-color css

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

 span { border-color: rgb(231,98,160); }

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