Html Css Color HEX #E763C2 Neon Pink

📋 copy color: '#E763C2'

red 231 ◦ green 99 ◦ blue 194

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

Shades of Neon Pink #E763C2

Tints of Neon Pink #E763C2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.89%

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

R = 44.08%
G = 18.89%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E763C2 (or 0xE763C2) is known color: Neon Pink. HEX triplet: E7, 63 and C2. RGB value is (231,99,194). Sum of RGB (Red+Green+Blue) = 231+99+194=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E763C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E763C2 is #189C3D. Grayscale: #959595. Windows color (decimal): -1612862 or 12739559. OLE color: 12739559.

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

Color convert

RGB 231 99 194 -
CMYK 0 0.57 0.16 0.09
HSL 316.82º 0.73% 0.65% -
HSV(B) 316.82º 0.57% 0.91% -
XYZ 47.15 29.81 54.31 -
YUV 149.3 153.23 186.28 -
System Red Green Blue C M Y K H S L
Decimal 231 99 194 0 0.57 0.16 0.09 316.82 0.73 0.65
Hex E7 63 C2 0 39 10 9 13D 49 41
Octal 347 143 302 0 71 20 11 475 111 101
Binary 11100111 1100011 11000010 0 111001 10000 1001 100111101 1001001 1000001

Color Harmonies of #E763C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E763C2

Black with #E763C2

Text Example


Text Example

White with #E763C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E763C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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