Html Css Color HEX #E769AB Hot Pink

📋 copy color: '#E769AB'

red 231 ◦ green 105 ◦ blue 171

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

Shades of Hot Pink #E769AB

Tints of Hot Pink #E769AB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.71%

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 45.56%
G = 20.71%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E769AB (or 0xE769AB) is known color: Hot Pink. HEX triplet: E7, 69 and AB. RGB value is (231,105,171). Sum of RGB (Red+Green+Blue) = 231+105+171=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E769AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E769AB is #189654. Grayscale: #969696. Windows color (decimal): -1611349 or 11233767. OLE color: 11233767.

HSL color Cylindrical-coordinate representation of color #E769AB: hue angle of 328.57º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E769AB is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 105 171 -
CMYK 0 0.55 0.26 0.09
HSL 328.57º 0.72% 0.66% -
HSV(B) 328.57º 0.55% 0.91% -
XYZ 45.36 30.03 41.93 -
YUV 150.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 231 105 171 0 0.55 0.26 0.09 328.57 0.72 0.66
Hex E7 69 AB 0 37 1A 9 149 48 42
Octal 347 151 253 0 67 32 11 511 110 102
Binary 11100111 1101001 10101011 0 110111 11010 1001 101001001 1001000 1000010

Color Harmonies of #E769AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E769AB

Black with #E769AB

Text Example


Text Example

White with #E769AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E769AB; }

 p { color: rgb(231,105,171); }

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

background-color css

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

 a { background-color: rgb(231,105,171); }

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

border-color css

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

 span { border-color: rgb(231,105,171); }

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