Html Css Color HEX #E85DBE Neon Pink

📋 copy color: '#E85DBE'

red 232 ◦ green 93 ◦ blue 190

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

Shades of Neon Pink #E85DBE

Tints of Neon Pink #E85DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 45.05%
G = 18.06%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E85DBE (or 0xE85DBE) is known color: Neon Pink. HEX triplet: E8, 5D and BE. RGB value is (232,93,190). Sum of RGB (Red+Green+Blue) = 232+93+190=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85DBE is #17A241. Grayscale: #919191. Windows color (decimal): -1548866 or 12475880. OLE color: 12475880.

HSL color Cylindrical-coordinate representation of color #E85DBE: hue angle of 318.13º 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 #E85DBE is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 93 190 -
CMYK 0 0.60 0.18 0.09
HSL 318.13º 0.75% 0.64% -
HSV(B) 318.13º 0.6% 0.91% -
XYZ 46.49 28.7 51.81 -
YUV 145.62 153.05 189.61 -
System Red Green Blue C M Y K H S L
Decimal 232 93 190 0 0.60 0.18 0.09 318.13 0.75 0.64
Hex E8 5D BE 0 3C 12 9 13E 4B 40
Octal 350 135 276 0 74 22 11 476 113 100
Binary 11101000 1011101 10111110 0 111100 10010 1001 100111110 1001011 1000000

Color Harmonies of #E85DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85DBE

Black with #E85DBE

Text Example


Text Example

White with #E85DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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