Html Css Color HEX #EA74C6 Neon Pink

📋 copy color: '#EA74C6'

red 234 ◦ green 116 ◦ blue 198

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

Shades of Neon Pink #EA74C6

Tints of Neon Pink #EA74C6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.17%

 BLUE value IS 198 (77.73% from 255) = 36.13%

R = 42.7%
G = 21.17%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA74C6 (or 0xEA74C6) is known color: Neon Pink. HEX triplet: EA, 74 and C6. RGB value is (234,116,198). Sum of RGB (Red+Green+Blue) = 234+116+198=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74C6 is #158B39. Grayscale: #A0A0A0. Windows color (decimal): -1411898 or 13006058. OLE color: 13006058.

HSL color Cylindrical-coordinate representation of color #EA74C6: hue angle of 318.31º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA74C6 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 116 198 -
CMYK 0 0.50 0.15 0.08
HSL 318.31º 0.74% 0.69% -
HSV(B) 318.31º 0.5% 0.92% -
XYZ 50.37 34.06 57.35 -
YUV 160.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 234 116 198 0 0.50 0.15 0.08 318.31 0.74 0.69
Hex EA 74 C6 0 32 F 8 13E 4A 45
Octal 352 164 306 0 62 17 10 476 112 105
Binary 11101010 1110100 11000110 0 110010 1111 1000 100111110 1001010 1000101

Color Harmonies of #EA74C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA74C6

Black with #EA74C6

Text Example


Text Example

White with #EA74C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA74C6; }

 p { color: rgb(234,116,198); }

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

background-color css

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

 a { background-color: rgb(234,116,198); }

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

border-color css

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

 span { border-color: rgb(234,116,198); }

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