Html Css Color HEX #E775C8 Neon Pink

📋 copy color: '#E775C8'

red 231 ◦ green 117 ◦ blue 200

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

Shades of Neon Pink #E775C8

Tints of Neon Pink #E775C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.5%

R = 42.15%
G = 21.35%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E775C8 (or 0xE775C8) is known color: Neon Pink. HEX triplet: E7, 75 and C8. RGB value is (231,117,200). Sum of RGB (Red+Green+Blue) = 231+117+200=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E775C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775C8 is #188A37. Grayscale: #A0A0A0. Windows color (decimal): -1608248 or 13137383. OLE color: 13137383.

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

Color convert

RGB 231 117 200 -
CMYK 0 0.49 0.13 0.09
HSL 316.32º 0.7% 0.68% -
HSV(B) 316.32º 0.49% 0.91% -
XYZ 49.74 33.88 58.56 -
YUV 160.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 231 117 200 0 0.49 0.13 0.09 316.32 0.7 0.68
Hex E7 75 C8 0 31 D 9 13C 46 44
Octal 347 165 310 0 61 15 11 474 106 104
Binary 11100111 1110101 11001000 0 110001 1101 1001 100111100 1000110 1000100

Color Harmonies of #E775C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E775C8

Black with #E775C8

Text Example


Text Example

White with #E775C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E775C8; }

 p { color: rgb(231,117,200); }

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

background-color css

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

 a { background-color: rgb(231,117,200); }

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

border-color css

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

 span { border-color: rgb(231,117,200); }

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