Html Css Color HEX #EA68C9 Neon Pink

📋 copy color: '#EA68C9'

red 234 ◦ green 104 ◦ blue 201

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

Shades of Neon Pink #EA68C9

Tints of Neon Pink #EA68C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.29%

R = 43.41%
G = 19.29%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA68C9 (or 0xEA68C9) is known color: Neon Pink. HEX triplet: EA, 68 and C9. RGB value is (234,104,201). Sum of RGB (Red+Green+Blue) = 234+104+201=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA68C9 is #159736. Grayscale: #999999. Windows color (decimal): -1414967 or 13199594. OLE color: 13199594.

HSL color Cylindrical-coordinate representation of color #EA68C9: hue angle of 315.23º 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 #EA68C9 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 104 201 -
CMYK 0 0.56 0.14 0.08
HSL 315.23º 0.76% 0.66% -
HSV(B) 315.23º 0.56% 0.92% -
XYZ 49.42 31.61 58.75 -
YUV 153.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 234 104 201 0 0.56 0.14 0.08 315.23 0.76 0.66
Hex EA 68 C9 0 38 E 8 13B 4C 42
Octal 352 150 311 0 70 16 10 473 114 102
Binary 11101010 1101000 11001001 0 111000 1110 1000 100111011 1001100 1000010

Color Harmonies of #EA68C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA68C9

Black with #EA68C9

Text Example


Text Example

White with #EA68C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA68C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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