Html Css Color HEX #EA61BF Neon Pink

📋 copy color: '#EA61BF'

red 234 ◦ green 97 ◦ blue 191

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

Shades of Neon Pink #EA61BF

Tints of Neon Pink #EA61BF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.58%

 BLUE value IS 191 (75% from 255) = 36.59%

R = 44.83%
G = 18.58%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA61BF (or 0xEA61BF) is known color: Neon Pink. HEX triplet: EA, 61 and BF. RGB value is (234,97,191). Sum of RGB (Red+Green+Blue) = 234+97+191=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 97 (38.28% from 255 or 18.58% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA61BF is #159E40. Grayscale: #949494. Windows color (decimal): -1416769 or 12542442. OLE color: 12542442.

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

Color convert

RGB 234 97 191 -
CMYK 0 0.59 0.18 0.08
HSL 318.83º 0.77% 0.65% -
HSV(B) 318.83º 0.59% 0.92% -
XYZ 47.61 29.8 52.53 -
YUV 148.68 151.89 188.86 -
System Red Green Blue C M Y K H S L
Decimal 234 97 191 0 0.59 0.18 0.08 318.83 0.77 0.65
Hex EA 61 BF 0 3B 12 8 13F 4D 41
Octal 352 141 277 0 73 22 10 477 115 101
Binary 11101010 1100001 10111111 0 111011 10010 1000 100111111 1001101 1000001

Color Harmonies of #EA61BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA61BF

Black with #EA61BF

Text Example


Text Example

White with #EA61BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA61BF; }

 p { color: rgb(234,97,191); }

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

background-color css

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

 a { background-color: rgb(234,97,191); }

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

border-color css

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

 span { border-color: rgb(234,97,191); }

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