Html Css Color HEX #E762A1 Pale Violet Red

📋 copy color: '#E762A1'

red 231 ◦ green 98 ◦ blue 161

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

Shades of Pale Violet Red #E762A1

Tints of Pale Violet Red #E762A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.86%

R = 47.14%
G = 20%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E762A1 (or 0xE762A1) is known color: Pale Violet Red. HEX triplet: E7, 62 and A1. RGB value is (231,98,161). Sum of RGB (Red+Green+Blue) = 231+98+161=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E762A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E762A1 is #189D5E. Grayscale: #909090. Windows color (decimal): -1613151 or 10576615. OLE color: 10576615.

HSL color Cylindrical-coordinate representation of color #E762A1: hue angle of 331.58º 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 #E762A1 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 98 161 -
CMYK 0 0.58 0.30 0.09
HSL 331.58º 0.73% 0.65% -
HSV(B) 331.58º 0.58% 0.91% -
XYZ 43.76 28.3 36.87 -
YUV 144.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 231 98 161 0 0.58 0.30 0.09 331.58 0.73 0.65
Hex E7 62 A1 0 3A 1E 9 14C 49 41
Octal 347 142 241 0 72 36 11 514 111 101
Binary 11100111 1100010 10100001 0 111010 11110 1001 101001100 1001001 1000001

Color Harmonies of #E762A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E762A1

Black with #E762A1

Text Example


Text Example

White with #E762A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E762A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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