Html Css Color HEX #E766B1 Hot Pink

📋 copy color: '#E766B1'

red 231 ◦ green 102 ◦ blue 177

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

Shades of Hot Pink #E766B1

Tints of Hot Pink #E766B1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20%

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

R = 45.29%
G = 20%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E766B1 (or 0xE766B1) is known color: Hot Pink. HEX triplet: E7, 66 and B1. RGB value is (231,102,177). Sum of RGB (Red+Green+Blue) = 231+102+177=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E766B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E766B1 is #18994E. Grayscale: #949494. Windows color (decimal): -1612111 or 11626215. OLE color: 11626215.

HSL color Cylindrical-coordinate representation of color #E766B1: hue angle of 325.12º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E766B1 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 102 177 -
CMYK 0 0.56 0.23 0.09
HSL 325.12º 0.73% 0.65% -
HSV(B) 325.12º 0.56% 0.91% -
XYZ 45.64 29.67 44.92 -
YUV 149.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 231 102 177 0 0.56 0.23 0.09 325.12 0.73 0.65
Hex E7 66 B1 0 38 17 9 145 49 41
Octal 347 146 261 0 70 27 11 505 111 101
Binary 11100111 1100110 10110001 0 111000 10111 1001 101000101 1001001 1000001

Color Harmonies of #E766B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E766B1

Black with #E766B1

Text Example


Text Example

White with #E766B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E766B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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