Html Css Color HEX #E85DBA Hot Pink

📋 copy color: '#E85DBA'

red 232 ◦ green 93 ◦ blue 186

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

Shades of Hot Pink #E85DBA

Tints of Hot Pink #E85DBA

RGB

 RED value IS 232 (91.02% from 255) = 45.4%

 GREEN value IS 93 (36.72% from 255) = 18.2%

 BLUE value IS 186 (73.05% from 255) = 36.4%

R = 45.4%
G = 18.2%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E85DBA (or 0xE85DBA) is known color: Hot Pink. HEX triplet: E8, 5D and BA. RGB value is (232,93,186). Sum of RGB (Red+Green+Blue) = 232+93+186=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85DBA is #17A245. Grayscale: #909090. Windows color (decimal): -1548870 or 12213736. OLE color: 12213736.

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

Color convert

RGB 232 93 186 -
CMYK 0 0.60 0.20 0.09
HSL 319.86º 0.75% 0.64% -
HSV(B) 319.86º 0.6% 0.91% -
XYZ 46.06 28.53 49.53 -
YUV 145.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 232 93 186 0 0.60 0.20 0.09 319.86 0.75 0.64
Hex E8 5D BA 0 3C 14 9 140 4B 40
Octal 350 135 272 0 74 24 11 500 113 100
Binary 11101000 1011101 10111010 0 111100 10100 1001 101000000 1001011 1000000

Color Harmonies of #E85DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85DBA

Black with #E85DBA

Text Example


Text Example

White with #E85DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85DBA; }

 p { color: rgb(232,93,186); }

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

background-color css

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

 a { background-color: rgb(232,93,186); }

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

border-color css

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

 span { border-color: rgb(232,93,186); }

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