Html Css Color HEX #E762C0 Neon Pink

📋 copy color: '#E762C0'

red 231 ◦ green 98 ◦ blue 192

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

Shades of Neon Pink #E762C0

Tints of Neon Pink #E762C0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.81%

 BLUE value IS 192 (75.39% from 255) = 36.85%

R = 44.34%
G = 18.81%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E762C0 (or 0xE762C0) is known color: Neon Pink. HEX triplet: E7, 62 and C0. RGB value is (231,98,192). Sum of RGB (Red+Green+Blue) = 231+98+192=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E762C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E762C0 is #189D3F. Grayscale: #949494. Windows color (decimal): -1613120 or 12608231. OLE color: 12608231.

HSL color Cylindrical-coordinate representation of color #E762C0: hue angle of 317.59º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E762C0 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 98 192 -
CMYK 0 0.58 0.17 0.09
HSL 317.59º 0.73% 0.65% -
HSV(B) 317.59º 0.58% 0.91% -
XYZ 46.84 29.53 53.1 -
YUV 148.48 152.56 186.86 -
System Red Green Blue C M Y K H S L
Decimal 231 98 192 0 0.58 0.17 0.09 317.59 0.73 0.65
Hex E7 62 C0 0 3A 11 9 13E 49 41
Octal 347 142 300 0 72 21 11 476 111 101
Binary 11100111 1100010 11000000 0 111010 10001 1001 100111110 1001001 1000001

Color Harmonies of #E762C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E762C0

Black with #E762C0

Text Example


Text Example

White with #E762C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E762C0; }

 p { color: rgb(231,98,192); }

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

background-color css

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

 a { background-color: rgb(231,98,192); }

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

border-color css

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

 span { border-color: rgb(231,98,192); }

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