#EA67BD

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

Shades of Neon Pink #EA67BD

Tints of Neon Pink #EA67BD

Color information

#EA67BD (or 0xEA67BD) is unknown color: approx Neon Pink. HEX triplet: EA, 67 and BD. RGB value is (234,103,189). Sum of RGB (Red+Green+Blue) = 234+103+189=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA67BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA67BD is #159842. Grayscale: #979797. Windows color (decimal): -1415235 or 12412906. OLE color: 12412906.

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

Color convert

RGB234103189-
CMYK00.560.190.08
HSL320.61º75.72%66.08%-
HSV(B)320.61º55.98%91.76%-
XYZ47.9730.8751.57-
YUV151.97148.9186.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.49%
GREEN value IS 103 (40.62% from 255) = 19.58%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=44.49%
G=19.58%
B=35.93%

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
Decimal23410318900.560.190.08320.6175.7266.08
HexEA67BD0381381414c42
Octal3521472750702310501114102
Binary11101010110011110111101011100010011100010100000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA67BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA67BD; }

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

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

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

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

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

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

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

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