Html Css Color HEX #EA71CB Neon Pink

📋 copy color: '#EA71CB'

red 234 ◦ green 113 ◦ blue 203

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

Shades of Neon Pink #EA71CB

Tints of Neon Pink #EA71CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.55%

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 42.55%
G = 20.55%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA71CB (or 0xEA71CB) is known color: Neon Pink. HEX triplet: EA, 71 and CB. RGB value is (234,113,203). Sum of RGB (Red+Green+Blue) = 234+113+203=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA71CB is #158E34. Grayscale: #9F9F9F. Windows color (decimal): -1412661 or 13332970. OLE color: 13332970.

HSL color Cylindrical-coordinate representation of color #EA71CB: hue angle of 315.37º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA71CB is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 113 203 -
CMYK 0 0.52 0.13 0.08
HSL 315.37º 0.74% 0.68% -
HSV(B) 315.37º 0.52% 0.92% -
XYZ 50.62 33.61 60.32 -
YUV 159.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 234 113 203 0 0.52 0.13 0.08 315.37 0.74 0.68
Hex EA 71 CB 0 34 D 8 13B 4A 44
Octal 352 161 313 0 64 15 10 473 112 104
Binary 11101010 1110001 11001011 0 110100 1101 1000 100111011 1001010 1000100

Color Harmonies of #EA71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA71CB

Black with #EA71CB

Text Example


Text Example

White with #EA71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA71CB; }

 p { color: rgb(234,113,203); }

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

background-color css

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

 a { background-color: rgb(234,113,203); }

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

border-color css

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

 span { border-color: rgb(234,113,203); }

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