Html Css Color HEX #E768AF Hot Pink

📋 copy color: '#E768AF'

red 231 ◦ green 104 ◦ blue 175

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

Shades of Hot Pink #E768AF

Tints of Hot Pink #E768AF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.39%

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

R = 45.29%
G = 20.39%
B = 34.31%

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

#E768AF (or 0xE768AF) is known color: Hot Pink. HEX triplet: E7, 68 and AF. RGB value is (231,104,175). Sum of RGB (Red+Green+Blue) = 231+104+175=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E768AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E768AF is #189750. Grayscale: #959595. Windows color (decimal): -1611601 or 11495655. OLE color: 11495655.

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

Color convert

RGB 231 104 175 -
CMYK 0 0.55 0.24 0.09
HSL 326.46º 0.73% 0.66% -
HSV(B) 326.46º 0.55% 0.91% -
XYZ 45.64 29.98 43.94 -
YUV 150.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 231 104 175 0 0.55 0.24 0.09 326.46 0.73 0.66
Hex E7 68 AF 0 37 18 9 146 49 42
Octal 347 150 257 0 67 30 11 506 111 102
Binary 11100111 1101000 10101111 0 110111 11000 1001 101000110 1001001 1000010

Color Harmonies of #E768AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E768AF

Black with #E768AF

Text Example


Text Example

White with #E768AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E768AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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