Html Css Color HEX #E875CA Neon Pink

📋 copy color: '#E875CA'

red 232 ◦ green 117 ◦ blue 202

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

Shades of Neon Pink #E875CA

Tints of Neon Pink #E875CA

RGB

 RED value IS 232 (91.02% from 255) = 42.11%

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

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

R = 42.11%
G = 21.23%
B = 36.66%

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

#E875CA (or 0xE875CA) is known color: Neon Pink. HEX triplet: E8, 75 and CA. RGB value is (232,117,202). Sum of RGB (Red+Green+Blue) = 232+117+202=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E875CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875CA is #178A35. Grayscale: #A0A0A0. Windows color (decimal): -1542710 or 13268456. OLE color: 13268456.

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

Color convert

RGB 232 117 202 -
CMYK 0 0.50 0.13 0.09
HSL 315.65º 0.71% 0.68% -
HSV(B) 315.65º 0.5% 0.91% -
XYZ 50.3 34.14 59.82 -
YUV 161.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 232 117 202 0 0.50 0.13 0.09 315.65 0.71 0.68
Hex E8 75 CA 0 32 D 9 13C 47 44
Octal 350 165 312 0 62 15 11 474 107 104
Binary 11101000 1110101 11001010 0 110010 1101 1001 100111100 1000111 1000100

Color Harmonies of #E875CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875CA

Black with #E875CA

Text Example


Text Example

White with #E875CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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