Html Css Color HEX #E768B8 Hot Pink

📋 copy color: '#E768B8'

red 231 ◦ green 104 ◦ blue 184

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

Shades of Hot Pink #E768B8

Tints of Hot Pink #E768B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.45%

R = 44.51%
G = 20.04%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E768B8 (or 0xE768B8) is known color: Hot Pink. HEX triplet: E7, 68 and B8. RGB value is (231,104,184). Sum of RGB (Red+Green+Blue) = 231+104+184=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E768B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768B8 is #189747. Grayscale: #969696. Windows color (decimal): -1611592 or 12085479. OLE color: 12085479.

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

Color convert

RGB 231 104 184 -
CMYK 0 0.55 0.20 0.09
HSL 322.2º 0.73% 0.66% -
HSV(B) 322.2º 0.55% 0.91% -
XYZ 46.56 30.35 48.75 -
YUV 151.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 231 104 184 0 0.55 0.20 0.09 322.2 0.73 0.66
Hex E7 68 B8 0 37 14 9 142 49 42
Octal 347 150 270 0 67 24 11 502 111 102
Binary 11100111 1101000 10111000 0 110111 10100 1001 101000010 1001001 1000010

Color Harmonies of #E768B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E768B8

Black with #E768B8

Text Example


Text Example

White with #E768B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E768B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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