Html Css Color HEX #EA69C4 Neon Pink

📋 copy color: '#EA69C4'

red 234 ◦ green 105 ◦ blue 196

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

Shades of Neon Pink #EA69C4

Tints of Neon Pink #EA69C4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.63%

 BLUE value IS 196 (76.95% from 255) = 36.64%

R = 43.74%
G = 19.63%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA69C4 (or 0xEA69C4) is known color: Neon Pink. HEX triplet: EA, 69 and C4. RGB value is (234,105,196). Sum of RGB (Red+Green+Blue) = 234+105+196=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA69C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA69C4 is #15963B. Grayscale: #999999. Windows color (decimal): -1414716 or 12872170. OLE color: 12872170.

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

Color convert

RGB 234 105 196 -
CMYK 0 0.55 0.16 0.08
HSL 317.67º 0.75% 0.66% -
HSV(B) 317.67º 0.55% 0.92% -
XYZ 48.95 31.58 55.74 -
YUV 153.95 151.74 185.1 -
System Red Green Blue C M Y K H S L
Decimal 234 105 196 0 0.55 0.16 0.08 317.67 0.75 0.66
Hex EA 69 C4 0 37 10 8 13E 4B 42
Octal 352 151 304 0 67 20 10 476 113 102
Binary 11101010 1101001 11000100 0 110111 10000 1000 100111110 1001011 1000010

Color Harmonies of #EA69C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA69C4

Black with #EA69C4

Text Example


Text Example

White with #EA69C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA69C4; }

 p { color: rgb(234,105,196); }

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

background-color css

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

 a { background-color: rgb(234,105,196); }

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

border-color css

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

 span { border-color: rgb(234,105,196); }

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