Html Css Color HEX #EA5FBE Neon Pink

📋 copy color: '#EA5FBE'

red 234 ◦ green 95 ◦ blue 190

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

Shades of Neon Pink #EA5FBE

Tints of Neon Pink #EA5FBE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.3%

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 45.09%
G = 18.3%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EA5FBE (or 0xEA5FBE) is known color: Neon Pink. HEX triplet: EA, 5F and BE. RGB value is (234,95,190). Sum of RGB (Red+Green+Blue) = 234+95+190=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5FBE is #15A041. Grayscale: #939393. Windows color (decimal): -1417282 or 12476394. OLE color: 12476394.

HSL color Cylindrical-coordinate representation of color #EA5FBE: hue angle of 318.99º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA5FBE is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 95 190 -
CMYK 0 0.59 0.19 0.08
HSL 318.99º 0.77% 0.65% -
HSV(B) 318.99º 0.59% 0.92% -
XYZ 47.32 29.39 51.89 -
YUV 147.39 152.05 189.78 -
System Red Green Blue C M Y K H S L
Decimal 234 95 190 0 0.59 0.19 0.08 318.99 0.77 0.65
Hex EA 5F BE 0 3B 13 8 13F 4D 41
Octal 352 137 276 0 73 23 10 477 115 101
Binary 11101010 1011111 10111110 0 111011 10011 1000 100111111 1001101 1000001

Color Harmonies of #EA5FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5FBE

Black with #EA5FBE

Text Example


Text Example

White with #EA5FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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