Html Css Color HEX #E765A1 Pale Violet Red

📋 copy color: '#E765A1'

red 231 ◦ green 101 ◦ blue 161

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

Shades of Pale Violet Red #E765A1

Tints of Pale Violet Red #E765A1

RGB

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

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

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

R = 46.86%
G = 20.49%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E765A1 (or 0xE765A1) is known color: Pale Violet Red. HEX triplet: E7, 65 and A1. RGB value is (231,101,161). Sum of RGB (Red+Green+Blue) = 231+101+161=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E765A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E765A1 is #189A5E. Grayscale: #929292. Windows color (decimal): -1612383 or 10577383. OLE color: 10577383.

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

Color convert

RGB 231 101 161 -
CMYK 0 0.56 0.30 0.09
HSL 332.31º 0.73% 0.65% -
HSV(B) 332.31º 0.56% 0.91% -
XYZ 44.04 28.87 36.97 -
YUV 146.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 231 101 161 0 0.56 0.30 0.09 332.31 0.73 0.65
Hex E7 65 A1 0 38 1E 9 14C 49 41
Octal 347 145 241 0 70 36 11 514 111 101
Binary 11100111 1100101 10100001 0 111000 11110 1001 101001100 1001001 1000001

Color Harmonies of #E765A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E765A1

Black with #E765A1

Text Example


Text Example

White with #E765A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E765A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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