Html Css Color HEX #E76CB2 Hot Pink

📋 copy color: '#E76CB2'

red 231 ◦ green 108 ◦ blue 178

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

Shades of Hot Pink #E76CB2

Tints of Hot Pink #E76CB2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.89%

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 44.68%
G = 20.89%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E76CB2 (or 0xE76CB2) is known color: Hot Pink. HEX triplet: E7, 6C and B2. RGB value is (231,108,178). Sum of RGB (Red+Green+Blue) = 231+108+178=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76CB2 is #18934D. Grayscale: #989898. Windows color (decimal): -1610574 or 11693287. OLE color: 11693287.

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

Color convert

RGB 231 108 178 -
CMYK 0 0.53 0.23 0.09
HSL 325.85º 0.72% 0.66% -
HSV(B) 325.85º 0.53% 0.91% -
XYZ 46.35 30.93 45.65 -
YUV 152.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 231 108 178 0 0.53 0.23 0.09 325.85 0.72 0.66
Hex E7 6C B2 0 35 17 9 146 48 42
Octal 347 154 262 0 65 27 11 506 110 102
Binary 11100111 1101100 10110010 0 110101 10111 1001 101000110 1001000 1000010

Color Harmonies of #E76CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76CB2

Black with #E76CB2

Text Example


Text Example

White with #E76CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76CB2; }

 p { color: rgb(231,108,178); }

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

background-color css

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

 a { background-color: rgb(231,108,178); }

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

border-color css

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

 span { border-color: rgb(231,108,178); }

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