Html Css Color HEX #EA68BB Neon Pink

📋 copy color: '#EA68BB'

red 234 ◦ green 104 ◦ blue 187

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

Shades of Neon Pink #EA68BB

Tints of Neon Pink #EA68BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.62%

R = 44.57%
G = 19.81%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA68BB (or 0xEA68BB) is known color: Neon Pink. HEX triplet: EA, 68 and BB. RGB value is (234,104,187). Sum of RGB (Red+Green+Blue) = 234+104+187=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA68BB is #159744. Grayscale: #989898. Windows color (decimal): -1414981 or 12282090. OLE color: 12282090.

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

Color convert

RGB 234 104 187 -
CMYK 0 0.56 0.20 0.08
HSL 321.69º 0.76% 0.66% -
HSV(B) 321.69º 0.56% 0.92% -
XYZ 47.85 30.98 50.47 -
YUV 152.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 234 104 187 0 0.56 0.20 0.08 321.69 0.76 0.66
Hex EA 68 BB 0 38 14 8 142 4C 42
Octal 352 150 273 0 70 24 10 502 114 102
Binary 11101010 1101000 10111011 0 111000 10100 1000 101000010 1001100 1000010

Color Harmonies of #EA68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA68BB

Black with #EA68BB

Text Example


Text Example

White with #EA68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA68BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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