Html Css Color HEX #E762C2 Neon Pink

📋 copy color: '#E762C2'

red 231 ◦ green 98 ◦ blue 194

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

Shades of Neon Pink #E762C2

Tints of Neon Pink #E762C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.09%

R = 44.17%
G = 18.74%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E762C2 (or 0xE762C2) is known color: Neon Pink. HEX triplet: E7, 62 and C2. RGB value is (231,98,194). Sum of RGB (Red+Green+Blue) = 231+98+194=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E762C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E762C2 is #189D3D. Grayscale: #949494. Windows color (decimal): -1613118 or 12739303. OLE color: 12739303.

HSL color Cylindrical-coordinate representation of color #E762C2: hue angle of 316.69º 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 #E762C2 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 98 194 -
CMYK 0 0.58 0.16 0.09
HSL 316.69º 0.73% 0.65% -
HSV(B) 316.69º 0.58% 0.91% -
XYZ 47.06 29.62 54.28 -
YUV 148.71 153.56 186.69 -
System Red Green Blue C M Y K H S L
Decimal 231 98 194 0 0.58 0.16 0.09 316.69 0.73 0.65
Hex E7 62 C2 0 3A 10 9 13D 49 41
Octal 347 142 302 0 72 20 11 475 111 101
Binary 11100111 1100010 11000010 0 111010 10000 1001 100111101 1001001 1000001

Color Harmonies of #E762C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E762C2

Black with #E762C2

Text Example


Text Example

White with #E762C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E762C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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