Html Css Color HEX #EA6BC7 Neon Pink

📋 copy color: '#EA6BC7'

red 234 ◦ green 107 ◦ blue 199

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

Shades of Neon Pink #EA6BC7

Tints of Neon Pink #EA6BC7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.81%

 BLUE value IS 199 (78.13% from 255) = 36.85%

R = 43.33%
G = 19.81%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA6BC7 (or 0xEA6BC7) is known color: Neon Pink. HEX triplet: EA, 6B and C7. RGB value is (234,107,199). Sum of RGB (Red+Green+Blue) = 234+107+199=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6BC7 is #159438. Grayscale: #9B9B9B. Windows color (decimal): -1414201 or 13069290. OLE color: 13069290.

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

Color convert

RGB 234 107 199 -
CMYK 0 0.54 0.15 0.08
HSL 316.54º 0.75% 0.67% -
HSV(B) 316.54º 0.54% 0.92% -
XYZ 49.5 32.13 57.63 -
YUV 155.46 152.58 184.02 -
System Red Green Blue C M Y K H S L
Decimal 234 107 199 0 0.54 0.15 0.08 316.54 0.75 0.67
Hex EA 6B C7 0 36 F 8 13D 4B 43
Octal 352 153 307 0 66 17 10 475 113 103
Binary 11101010 1101011 11000111 0 110110 1111 1000 100111101 1001011 1000011

Color Harmonies of #EA6BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6BC7

Black with #EA6BC7

Text Example


Text Example

White with #EA6BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6BC7; }

 p { color: rgb(234,107,199); }

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

background-color css

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

 a { background-color: rgb(234,107,199); }

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

border-color css

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

 span { border-color: rgb(234,107,199); }

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