#EB74CA

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

Shades of Neon Pink #EB74CA

Tints of Neon Pink #EB74CA

Color information

#EB74CA (or 0xEB74CA) is unknown color: approx Neon Pink. HEX triplet: EB, 74 and CA. RGB value is (235,116,202). Sum of RGB (Red+Green+Blue) = 235+116+202=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74CA is #148B35. Grayscale: #A1A1A1. Windows color (decimal): -1346358 or 13268203. OLE color: 13268203.

HSL color Cylindrical-coordinate representation of color #EB74CA: hue angle of 316.64º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB74CA is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235116202-
CMYK00.510.140.08
HSL316.64º74.84%68.82%-
HSV(B)316.64º50.64%92.16%-
XYZ51.1734.4259.82-
YUV161.38150.92180.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 116 (45.70% from 255) = 20.98%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=42.50%
G=20.98%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511620200.510.140.08316.6474.8468.82
HexEB74CA033E813d4b45
Octal3531643120631610475113105
Binary1110101111101001100101001100111110100010011110110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB74CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB74CA; }

 p { color: rgb(235,116,202); }

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

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

 a { background-color: rgb(235,116,202); }

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

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

 span { border-color: rgb(235,116,202); }

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