Html Css Color HEX #E772C7 Neon Pink

📋 copy color: '#E772C7'

red 231 ◦ green 114 ◦ blue 199

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

Shades of Neon Pink #E772C7

Tints of Neon Pink #E772C7

RGB

 RED value IS 231 (90.63% from 255) = 42.46%

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

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

R = 42.46%
G = 20.96%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E772C7 (or 0xE772C7) is known color: Neon Pink. HEX triplet: E7, 72 and C7. RGB value is (231,114,199). Sum of RGB (Red+Green+Blue) = 231+114+199=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E772C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772C7 is #188D38. Grayscale: #9E9E9E. Windows color (decimal): -1609017 or 13071079. OLE color: 13071079.

HSL color Cylindrical-coordinate representation of color #E772C7: hue angle of 316.41º degrees, saturation: 0.71, 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 #E772C7 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 114 199 -
CMYK 0 0.51 0.14 0.09
HSL 316.41º 0.71% 0.68% -
HSV(B) 316.41º 0.51% 0.91% -
XYZ 49.28 33.15 57.83 -
YUV 158.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 231 114 199 0 0.51 0.14 0.09 316.41 0.71 0.68
Hex E7 72 C7 0 33 E 9 13C 47 44
Octal 347 162 307 0 63 16 11 474 107 104
Binary 11100111 1110010 11000111 0 110011 1110 1001 100111100 1000111 1000100

Color Harmonies of #E772C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772C7

Black with #E772C7

Text Example


Text Example

White with #E772C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772C7; }

 p { color: rgb(231,114,199); }

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

background-color css

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

 a { background-color: rgb(231,114,199); }

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

border-color css

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

 span { border-color: rgb(231,114,199); }

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