Html Css Color HEX #E768B7 Hot Pink

📋 copy color: '#E768B7'

red 231 ◦ green 104 ◦ blue 183

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

Shades of Hot Pink #E768B7

Tints of Hot Pink #E768B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.33%

R = 44.59%
G = 20.08%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E768B7 (or 0xE768B7) is known color: Hot Pink. HEX triplet: E7, 68 and B7. RGB value is (231,104,183). Sum of RGB (Red+Green+Blue) = 231+104+183=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E768B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768B7 is #189748. Grayscale: #969696. Windows color (decimal): -1611593 or 12019943. OLE color: 12019943.

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

Color convert

RGB 231 104 183 -
CMYK 0 0.55 0.21 0.09
HSL 322.68º 0.73% 0.66% -
HSV(B) 322.68º 0.55% 0.91% -
XYZ 46.45 30.31 48.2 -
YUV 150.98 146.08 185.08 -
System Red Green Blue C M Y K H S L
Decimal 231 104 183 0 0.55 0.21 0.09 322.68 0.73 0.66
Hex E7 68 B7 0 37 15 9 143 49 42
Octal 347 150 267 0 67 25 11 503 111 102
Binary 11100111 1101000 10110111 0 110111 10101 1001 101000011 1001001 1000010

Color Harmonies of #E768B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E768B7

Black with #E768B7

Text Example


Text Example

White with #E768B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E768B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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