Html Css Color HEX #E85CBE Neon Pink

📋 copy color: '#E85CBE'

red 232 ◦ green 92 ◦ blue 190

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

Shades of Neon Pink #E85CBE

Tints of Neon Pink #E85CBE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.9%

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

R = 45.14%
G = 17.9%
B = 36.96%

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

#E85CBE (or 0xE85CBE) is known color: Neon Pink. HEX triplet: E8, 5C and BE. RGB value is (232,92,190). Sum of RGB (Red+Green+Blue) = 232+92+190=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E85CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85CBE is #17A341. Grayscale: #909090. Windows color (decimal): -1549122 or 12475624. OLE color: 12475624.

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

Color convert

RGB 232 92 190 -
CMYK 0 0.60 0.18 0.09
HSL 318º 0.75% 0.64% -
HSV(B) 318º 0.6% 0.91% -
XYZ 46.4 28.53 51.78 -
YUV 145.03 153.38 190.03 -
System Red Green Blue C M Y K H S L
Decimal 232 92 190 0 0.60 0.18 0.09 318 0.75 0.64
Hex E8 5C BE 0 3C 12 9 13E 4B 40
Octal 350 134 276 0 74 22 11 476 113 100
Binary 11101000 1011100 10111110 0 111100 10010 1001 100111110 1001011 1000000

Color Harmonies of #E85CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85CBE

Black with #E85CBE

Text Example


Text Example

White with #E85CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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