Html Css Color HEX #E769AF Hot Pink

📋 copy color: '#E769AF'

red 231 ◦ green 105 ◦ blue 175

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

Shades of Hot Pink #E769AF

Tints of Hot Pink #E769AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.25%

R = 45.21%
G = 20.55%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E769AF (or 0xE769AF) is known color: Hot Pink. HEX triplet: E7, 69 and AF. RGB value is (231,105,175). Sum of RGB (Red+Green+Blue) = 231+105+175=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E769AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E769AF is #189650. Grayscale: #969696. Windows color (decimal): -1611345 or 11495911. OLE color: 11495911.

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

Color convert

RGB 231 105 175 -
CMYK 0 0.55 0.24 0.09
HSL 326.67º 0.72% 0.66% -
HSV(B) 326.67º 0.55% 0.91% -
XYZ 45.74 30.19 43.97 -
YUV 150.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 231 105 175 0 0.55 0.24 0.09 326.67 0.72 0.66
Hex E7 69 AF 0 37 18 9 147 48 42
Octal 347 151 257 0 67 30 11 507 110 102
Binary 11100111 1101001 10101111 0 110111 11000 1001 101000111 1001000 1000010

Color Harmonies of #E769AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E769AF

Black with #E769AF

Text Example


Text Example

White with #E769AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E769AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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