Html Css Color HEX #E872C4 Neon Pink

📋 copy color: '#E872C4'

red 232 ◦ green 114 ◦ blue 196

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

Shades of Neon Pink #E872C4

Tints of Neon Pink #E872C4

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.03%

 BLUE value IS 196 (76.95% from 255) = 36.16%

R = 42.8%
G = 21.03%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E872C4 (or 0xE872C4) is known color: Neon Pink. HEX triplet: E8, 72 and C4. RGB value is (232,114,196). Sum of RGB (Red+Green+Blue) = 232+114+196=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E872C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872C4 is #178D3B. Grayscale: #9E9E9E. Windows color (decimal): -1543484 or 12874472. OLE color: 12874472.

HSL color Cylindrical-coordinate representation of color #E872C4: hue angle of 318.31º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E872C4 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 114 196 -
CMYK 0 0.51 0.16 0.09
HSL 318.31º 0.72% 0.68% -
HSV(B) 318.31º 0.51% 0.91% -
XYZ 49.26 33.18 56.03 -
YUV 158.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 232 114 196 0 0.51 0.16 0.09 318.31 0.72 0.68
Hex E8 72 C4 0 33 10 9 13E 48 44
Octal 350 162 304 0 63 20 11 476 110 104
Binary 11101000 1110010 11000100 0 110011 10000 1001 100111110 1001000 1000100

Color Harmonies of #E872C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E872C4

Black with #E872C4

Text Example


Text Example

White with #E872C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E872C4; }

 p { color: rgb(232,114,196); }

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

background-color css

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

 a { background-color: rgb(232,114,196); }

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

border-color css

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

 span { border-color: rgb(232,114,196); }

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