#EA67BE

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

Shades of Neon Pink #EA67BE

Tints of Neon Pink #EA67BE

Color information

#EA67BE (or 0xEA67BE) is unknown color: approx Neon Pink. HEX triplet: EA, 67 and BE. RGB value is (234,103,190). Sum of RGB (Red+Green+Blue) = 234+103+190=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA67BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA67BE is #159841. Grayscale: #979797. Windows color (decimal): -1415234 or 12478442. OLE color: 12478442.

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

Color convert

RGB234103190-
CMYK00.560.190.08
HSL320.15º75.72%66.08%-
HSV(B)320.15º55.98%91.76%-
XYZ48.0830.9152.15-
YUV152.09149.4186.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 103 (40.62% from 255) = 19.54%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=44.40%
G=19.54%
B=36.05%

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
Decimal23410319000.560.190.08320.1575.7266.08
HexEA67BE0381381404c42
Octal3521472760702310500114102
Binary11101010110011110111110011100010011100010100000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA67BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA67BE; }

 p { color: rgb(234,103,190); }

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

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

 a { background-color: rgb(234,103,190); }

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

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

 span { border-color: rgb(234,103,190); }

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