Html Css Color HEX #E765AD Hot Pink

📋 copy color: '#E765AD'

red 231 ◦ green 101 ◦ blue 173

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

Shades of Hot Pink #E765AD

Tints of Hot Pink #E765AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.26%

R = 45.74%
G = 20%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E765AD (or 0xE765AD) is known color: Hot Pink. HEX triplet: E7, 65 and AD. RGB value is (231,101,173). Sum of RGB (Red+Green+Blue) = 231+101+173=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E765AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E765AD is #189A52. Grayscale: #939393. Windows color (decimal): -1612371 or 11363815. OLE color: 11363815.

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

Color convert

RGB 231 101 173 -
CMYK 0 0.56 0.25 0.09
HSL 326.77º 0.73% 0.65% -
HSV(B) 326.77º 0.56% 0.91% -
XYZ 45.15 29.31 42.81 -
YUV 148.08 142.07 187.15 -
System Red Green Blue C M Y K H S L
Decimal 231 101 173 0 0.56 0.25 0.09 326.77 0.73 0.65
Hex E7 65 AD 0 38 19 9 147 49 41
Octal 347 145 255 0 70 31 11 507 111 101
Binary 11100111 1100101 10101101 0 111000 11001 1001 101000111 1001001 1000001

Color Harmonies of #E765AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E765AD

Black with #E765AD

Text Example


Text Example

White with #E765AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E765AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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