Html Css Color HEX #EA63C2 Neon Pink

📋 copy color: '#EA63C2'

red 234 ◦ green 99 ◦ blue 194

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

Shades of Neon Pink #EA63C2

Tints of Neon Pink #EA63C2

RGB

 RED value IS 234 (91.8% from 255) = 44.4%

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

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

R = 44.4%
G = 18.79%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA63C2 (or 0xEA63C2) is known color: Neon Pink. HEX triplet: EA, 63 and C2. RGB value is (234,99,194). Sum of RGB (Red+Green+Blue) = 234+99+194=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63C2 is #159C3D. Grayscale: #959595. Windows color (decimal): -1416254 or 12739562. OLE color: 12739562.

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

Color convert

RGB 234 99 194 -
CMYK 0 0.58 0.17 0.08
HSL 317.78º 0.76% 0.65% -
HSV(B) 317.78º 0.58% 0.92% -
XYZ 48.13 30.31 54.35 -
YUV 150.2 152.73 187.78 -
System Red Green Blue C M Y K H S L
Decimal 234 99 194 0 0.58 0.17 0.08 317.78 0.76 0.65
Hex EA 63 C2 0 3A 11 8 13E 4C 41
Octal 352 143 302 0 72 21 10 476 114 101
Binary 11101010 1100011 11000010 0 111010 10001 1000 100111110 1001100 1000001

Color Harmonies of #EA63C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63C2

Black with #EA63C2

Text Example


Text Example

White with #EA63C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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