Html Css Color HEX #E975CA Neon Pink

📋 copy color: '#E975CA'

red 233 ◦ green 117 ◦ blue 202

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

Shades of Neon Pink #E975CA

Tints of Neon Pink #E975CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.59%

R = 42.21%
G = 21.2%
B = 36.59%

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

#E975CA (or 0xE975CA) is known color: Neon Pink. HEX triplet: E9, 75 and CA. RGB value is (233,117,202). Sum of RGB (Red+Green+Blue) = 233+117+202=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E975CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975CA is #168A35. Grayscale: #A1A1A1. Windows color (decimal): -1477174 or 13268457. OLE color: 13268457.

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

Color convert

RGB 233 117 202 -
CMYK 0 0.50 0.13 0.09
HSL 316.03º 0.73% 0.69% -
HSV(B) 316.03º 0.5% 0.91% -
XYZ 50.63 34.31 59.83 -
YUV 161.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 233 117 202 0 0.50 0.13 0.09 316.03 0.73 0.69
Hex E9 75 CA 0 32 D 9 13C 48 45
Octal 351 165 312 0 62 15 11 474 110 105
Binary 11101001 1110101 11001010 0 110010 1101 1001 100111100 1001000 1000101

Color Harmonies of #E975CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975CA

Black with #E975CA

Text Example


Text Example

White with #E975CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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