Html Css Color HEX #E755B9 Hot Pink

📋 copy color: '#E755B9'

red 231 ◦ green 85 ◦ blue 185

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

Shades of Hot Pink #E755B9

Tints of Hot Pink #E755B9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.97%

 BLUE value IS 185 (72.66% from 255) = 36.93%

R = 46.11%
G = 16.97%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E755B9 (or 0xE755B9) is known color: Hot Pink. HEX triplet: E7, 55 and B9. RGB value is (231,85,185). Sum of RGB (Red+Green+Blue) = 231+85+185=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E755B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E755B9 is #18AA46. Grayscale: #8B8B8B. Windows color (decimal): -1616455 or 12146151. OLE color: 12146151.

HSL color Cylindrical-coordinate representation of color #E755B9: hue angle of 318.9º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E755B9 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 85 185 -
CMYK 0 0.63 0.20 0.09
HSL 318.9º 0.75% 0.62% -
HSV(B) 318.9º 0.63% 0.91% -
XYZ 44.96 26.99 48.74 -
YUV 140.05 153.37 192.87 -
System Red Green Blue C M Y K H S L
Decimal 231 85 185 0 0.63 0.20 0.09 318.9 0.75 0.62
Hex E7 55 B9 0 3F 14 9 13F 4B 3E
Octal 347 125 271 0 77 24 11 477 113 76
Binary 11100111 1010101 10111001 0 111111 10100 1001 100111111 1001011 111110

Color Harmonies of #E755B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E755B9

Black with #E755B9

Text Example


Text Example

White with #E755B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E755B9; }

 p { color: rgb(231,85,185); }

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

background-color css

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

 a { background-color: rgb(231,85,185); }

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

border-color css

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

 span { border-color: rgb(231,85,185); }

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