#EA68BD

Color #EA68BD Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #EA68BD

Tints of Neon Pink #EA68BD

Color information

#EA68BD (or 0xEA68BD) is unknown color: approx Neon Pink. HEX triplet: EA, 68 and BD. RGB value is (234,104,189). Sum of RGB (Red+Green+Blue) = 234+104+189=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA68BD is #159742. Grayscale: #989898. Windows color (decimal): -1414979 or 12413162. OLE color: 12413162.

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

Color convert

RGB234104189-
CMYK00.560.190.08
HSL320.77º75.58%66.27%-
HSV(B)320.77º55.56%91.76%-
XYZ48.0731.0751.61-
YUV152.56148.57186.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 104 (41.02% from 255) = 19.73%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=44.40%
G=19.73%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410418900.560.190.08320.7775.5866.27
HexEA68BD0381381414c42
Octal3521502750702310501114102
Binary11101010110100010111101011100010011100010100000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA68BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA68BD; }

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

 H1.HeaderClassName
 {
   color: #EA68BD;
 }
 .AnyTagClassName
 {
   color: #EA68BD;
 }
</style>
background-color css

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

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

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

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

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

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