Html Css Color HEX #E765A0 Pale Violet Red

📋 copy color: '#E765A0'

red 231 ◦ green 101 ◦ blue 160

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

Shades of Pale Violet Red #E765A0

Tints of Pale Violet Red #E765A0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.53%

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

R = 46.95%
G = 20.53%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E765A0 (or 0xE765A0) is known color: Pale Violet Red. HEX triplet: E7, 65 and A0. RGB value is (231,101,160). Sum of RGB (Red+Green+Blue) = 231+101+160=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E765A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E765A0 is #189A5F. Grayscale: #929292. Windows color (decimal): -1612384 or 10511847. OLE color: 10511847.

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

Color convert

RGB 231 101 160 -
CMYK 0 0.56 0.31 0.09
HSL 332.77º 0.73% 0.65% -
HSV(B) 332.77º 0.56% 0.91% -
XYZ 43.95 28.83 36.51 -
YUV 146.6 135.57 188.2 -
System Red Green Blue C M Y K H S L
Decimal 231 101 160 0 0.56 0.31 0.09 332.77 0.73 0.65
Hex E7 65 A0 0 38 1F 9 14D 49 41
Octal 347 145 240 0 70 37 11 515 111 101
Binary 11100111 1100101 10100000 0 111000 11111 1001 101001101 1001001 1000001

Color Harmonies of #E765A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E765A0

Black with #E765A0

Text Example


Text Example

White with #E765A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E765A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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