Html Css Color HEX #E761B0 Hot Pink

📋 copy color: '#E761B0'

red 231 ◦ green 97 ◦ blue 176

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

Shades of Hot Pink #E761B0

Tints of Hot Pink #E761B0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.25%

 BLUE value IS 176 (69.14% from 255) = 34.92%

R = 45.83%
G = 19.25%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E761B0 (or 0xE761B0) is known color: Hot Pink. HEX triplet: E7, 61 and B0. RGB value is (231,97,176). Sum of RGB (Red+Green+Blue) = 231+97+176=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E761B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E761B0 is #189E4F. Grayscale: #919191. Windows color (decimal): -1613392 or 11559399. OLE color: 11559399.

HSL color Cylindrical-coordinate representation of color #E761B0: hue angle of 324.63º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E761B0 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 97 176 -
CMYK 0 0.58 0.24 0.09
HSL 324.63º 0.74% 0.64% -
HSV(B) 324.63º 0.58% 0.91% -
XYZ 45.07 28.67 44.23 -
YUV 146.07 144.89 188.58 -
System Red Green Blue C M Y K H S L
Decimal 231 97 176 0 0.58 0.24 0.09 324.63 0.74 0.64
Hex E7 61 B0 0 3A 18 9 145 4A 40
Octal 347 141 260 0 72 30 11 505 112 100
Binary 11100111 1100001 10110000 0 111010 11000 1001 101000101 1001010 1000000

Color Harmonies of #E761B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E761B0

Black with #E761B0

Text Example


Text Example

White with #E761B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E761B0; }

 p { color: rgb(231,97,176); }

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

background-color css

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

 a { background-color: rgb(231,97,176); }

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

border-color css

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

 span { border-color: rgb(231,97,176); }

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