Html Css Color HEX #E96BC9 Neon Pink

📋 copy color: '#E96BC9'

red 233 ◦ green 107 ◦ blue 201

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

Shades of Neon Pink #E96BC9

Tints of Neon Pink #E96BC9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.78%

 BLUE value IS 201 (78.91% from 255) = 37.15%

R = 43.07%
G = 19.78%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E96BC9 (or 0xE96BC9) is known color: Neon Pink. HEX triplet: E9, 6B and C9. RGB value is (233,107,201). Sum of RGB (Red+Green+Blue) = 233+107+201=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96BC9 is #169436. Grayscale: #9B9B9B. Windows color (decimal): -1479735 or 13200361. OLE color: 13200361.

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

Color convert

RGB 233 107 201 -
CMYK 0 0.54 0.14 0.09
HSL 315.24º 0.74% 0.67% -
HSV(B) 315.24º 0.54% 0.91% -
XYZ 49.4 32.06 58.84 -
YUV 155.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 233 107 201 0 0.54 0.14 0.09 315.24 0.74 0.67
Hex E9 6B C9 0 36 E 9 13B 4A 43
Octal 351 153 311 0 66 16 11 473 112 103
Binary 11101001 1101011 11001001 0 110110 1110 1001 100111011 1001010 1000011

Color Harmonies of #E96BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96BC9

Black with #E96BC9

Text Example


Text Example

White with #E96BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96BC9; }

 p { color: rgb(233,107,201); }

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

background-color css

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

 a { background-color: rgb(233,107,201); }

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

border-color css

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

 span { border-color: rgb(233,107,201); }

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