Html Css Color HEX #E96CBC Neon Pink

📋 copy color: '#E96CBC'

red 233 ◦ green 108 ◦ blue 188

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

Shades of Neon Pink #E96CBC

Tints of Neon Pink #E96CBC

RGB

 RED value IS 233 (91.41% from 255) = 44.05%

 GREEN value IS 108 (42.58% from 255) = 20.42%

 BLUE value IS 188 (73.83% from 255) = 35.54%

R = 44.05%
G = 20.42%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E96CBC (or 0xE96CBC) is known color: Neon Pink. HEX triplet: E9, 6C and BC. RGB value is (233,108,188). Sum of RGB (Red+Green+Blue) = 233+108+188=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CBC is #169343. Grayscale: #9A9A9A. Windows color (decimal): -1479492 or 12348649. OLE color: 12348649.

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

Color convert

RGB 233 108 188 -
CMYK 0 0.54 0.19 0.09
HSL 321.6º 0.74% 0.67% -
HSV(B) 321.6º 0.54% 0.91% -
XYZ 48.04 31.68 51.16 -
YUV 154.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 233 108 188 0 0.54 0.19 0.09 321.6 0.74 0.67
Hex E9 6C BC 0 36 13 9 142 4A 43
Octal 351 154 274 0 66 23 11 502 112 103
Binary 11101001 1101100 10111100 0 110110 10011 1001 101000010 1001010 1000011

Color Harmonies of #E96CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96CBC

Black with #E96CBC

Text Example


Text Example

White with #E96CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96CBC; }

 p { color: rgb(233,108,188); }

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

background-color css

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

 a { background-color: rgb(233,108,188); }

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

border-color css

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

 span { border-color: rgb(233,108,188); }

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