Html Css Color HEX #E770C7 Neon Pink

📋 copy color: '#E770C7'

red 231 ◦ green 112 ◦ blue 199

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

Shades of Neon Pink #E770C7

Tints of Neon Pink #E770C7

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.66%

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

R = 42.62%
G = 20.66%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E770C7 (or 0xE770C7) is known color: Neon Pink. HEX triplet: E7, 70 and C7. RGB value is (231,112,199). Sum of RGB (Red+Green+Blue) = 231+112+199=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E770C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770C7 is #188F38. Grayscale: #9D9D9D. Windows color (decimal): -1609529 or 13070567. OLE color: 13070567.

HSL color Cylindrical-coordinate representation of color #E770C7: hue angle of 316.13º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E770C7 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 112 199 -
CMYK 0 0.52 0.14 0.09
HSL 316.13º 0.71% 0.67% -
HSV(B) 316.13º 0.52% 0.91% -
XYZ 49.06 32.7 57.76 -
YUV 157.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 231 112 199 0 0.52 0.14 0.09 316.13 0.71 0.67
Hex E7 70 C7 0 34 E 9 13C 47 43
Octal 347 160 307 0 64 16 11 474 107 103
Binary 11100111 1110000 11000111 0 110100 1110 1001 100111100 1000111 1000011

Color Harmonies of #E770C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E770C7

Black with #E770C7

Text Example


Text Example

White with #E770C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E770C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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