Html Css Color HEX #E975CB Neon Pink

📋 copy color: '#E975CB'

red 233 ◦ green 117 ◦ blue 203

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

Shades of Neon Pink #E975CB

Tints of Neon Pink #E975CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.16%

 BLUE value IS 203 (79.69% from 255) = 36.71%

R = 42.13%
G = 21.16%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E975CB (or 0xE975CB) is known color: Neon Pink. HEX triplet: E9, 75 and CB. RGB value is (233,117,203). Sum of RGB (Red+Green+Blue) = 233+117+203=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E975CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975CB is #168A34. Grayscale: #A1A1A1. Windows color (decimal): -1477173 or 13333993. OLE color: 13333993.

HSL color Cylindrical-coordinate representation of color #E975CB: hue angle of 315.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E975CB is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 117 203 -
CMYK 0 0.50 0.13 0.09
HSL 315.52º 0.73% 0.69% -
HSV(B) 315.52º 0.5% 0.91% -
XYZ 50.75 34.36 60.46 -
YUV 161.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 233 117 203 0 0.50 0.13 0.09 315.52 0.73 0.69
Hex E9 75 CB 0 32 D 9 13C 48 45
Octal 351 165 313 0 62 15 11 474 110 105
Binary 11101001 1110101 11001011 0 110010 1101 1001 100111100 1001000 1000101

Color Harmonies of #E975CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975CB

Black with #E975CB

Text Example


Text Example

White with #E975CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975CB; }

 p { color: rgb(233,117,203); }

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

background-color css

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

 a { background-color: rgb(233,117,203); }

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

border-color css

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

 span { border-color: rgb(233,117,203); }

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