Html Css Color HEX #E768B1 Hot Pink

📋 copy color: '#E768B1'

red 231 ◦ green 104 ◦ blue 177

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

Shades of Hot Pink #E768B1

Tints of Hot Pink #E768B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.57%

R = 45.12%
G = 20.31%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E768B1 (or 0xE768B1) is known color: Hot Pink. HEX triplet: E7, 68 and B1. RGB value is (231,104,177). Sum of RGB (Red+Green+Blue) = 231+104+177=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E768B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E768B1 is #18974E. Grayscale: #969696. Windows color (decimal): -1611599 or 11626727. OLE color: 11626727.

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

Color convert

RGB 231 104 177 -
CMYK 0 0.55 0.23 0.09
HSL 325.51º 0.73% 0.66% -
HSV(B) 325.51º 0.55% 0.91% -
XYZ 45.84 30.06 44.98 -
YUV 150.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 231 104 177 0 0.55 0.23 0.09 325.51 0.73 0.66
Hex E7 68 B1 0 37 17 9 146 49 42
Octal 347 150 261 0 67 27 11 506 111 102
Binary 11100111 1101000 10110001 0 110111 10111 1001 101000110 1001001 1000010

Color Harmonies of #E768B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E768B1

Black with #E768B1

Text Example


Text Example

White with #E768B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E768B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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