Html Css Color HEX #EA68C3 Neon Pink

📋 copy color: '#EA68C3'

red 234 ◦ green 104 ◦ blue 195

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

Shades of Neon Pink #EA68C3

Tints of Neon Pink #EA68C3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.51%

 BLUE value IS 195 (76.56% from 255) = 36.59%

R = 43.9%
G = 19.51%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA68C3 (or 0xEA68C3) is known color: Neon Pink. HEX triplet: EA, 68 and C3. RGB value is (234,104,195). Sum of RGB (Red+Green+Blue) = 234+104+195=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA68C3 is #15973C. Grayscale: #999999. Windows color (decimal): -1414973 or 12806378. OLE color: 12806378.

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

Color convert

RGB 234 104 195 -
CMYK 0 0.56 0.17 0.08
HSL 318º 0.76% 0.66% -
HSV(B) 318º 0.56% 0.92% -
XYZ 48.73 31.33 55.11 -
YUV 153.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 234 104 195 0 0.56 0.17 0.08 318 0.76 0.66
Hex EA 68 C3 0 38 11 8 13E 4C 42
Octal 352 150 303 0 70 21 10 476 114 102
Binary 11101010 1101000 11000011 0 111000 10001 1000 100111110 1001100 1000010

Color Harmonies of #EA68C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA68C3

Black with #EA68C3

Text Example


Text Example

White with #EA68C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA68C3; }

 p { color: rgb(234,104,195); }

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

background-color css

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

 a { background-color: rgb(234,104,195); }

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

border-color css

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

 span { border-color: rgb(234,104,195); }

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