Html Css Color HEX #E975C7 Neon Pink

📋 copy color: '#E975C7'

red 233 ◦ green 117 ◦ blue 199

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

Shades of Neon Pink #E975C7

Tints of Neon Pink #E975C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.25%

R = 42.44%
G = 21.31%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E975C7 (or 0xE975C7) is known color: Neon Pink. HEX triplet: E9, 75 and C7. RGB value is (233,117,199). Sum of RGB (Red+Green+Blue) = 233+117+199=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E975C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975C7 is #168A38. Grayscale: #A0A0A0. Windows color (decimal): -1477177 or 13071849. OLE color: 13071849.

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

Color convert

RGB 233 117 199 -
CMYK 0 0.50 0.15 0.09
HSL 317.59º 0.73% 0.69% -
HSV(B) 317.59º 0.5% 0.91% -
XYZ 50.27 34.17 57.98 -
YUV 161.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 233 117 199 0 0.50 0.15 0.09 317.59 0.73 0.69
Hex E9 75 C7 0 32 F 9 13E 48 45
Octal 351 165 307 0 62 17 11 476 110 105
Binary 11101001 1110101 11000111 0 110010 1111 1001 100111110 1001000 1000101

Color Harmonies of #E975C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975C7

Black with #E975C7

Text Example


Text Example

White with #E975C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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