Html Css Color HEX #EA6DCB Neon Pink

📋 copy color: '#EA6DCB'

red 234 ◦ green 109 ◦ blue 203

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

Shades of Neon Pink #EA6DCB

Tints of Neon Pink #EA6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.96%

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

R = 42.86%
G = 19.96%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA6DCB (or 0xEA6DCB) is known color: Neon Pink. HEX triplet: EA, 6D and CB. RGB value is (234,109,203). Sum of RGB (Red+Green+Blue) = 234+109+203=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DCB is #159234. Grayscale: #9C9C9C. Windows color (decimal): -1413685 or 13331946. OLE color: 13331946.

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

Color convert

RGB 234 109 203 -
CMYK 0 0.53 0.13 0.08
HSL 314.88º 0.75% 0.67% -
HSV(B) 314.88º 0.53% 0.92% -
XYZ 50.18 32.74 60.17 -
YUV 157.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 234 109 203 0 0.53 0.13 0.08 314.88 0.75 0.67
Hex EA 6D CB 0 35 D 8 13B 4B 43
Octal 352 155 313 0 65 15 10 473 113 103
Binary 11101010 1101101 11001011 0 110101 1101 1000 100111011 1001011 1000011

Color Harmonies of #EA6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6DCB

Black with #EA6DCB

Text Example


Text Example

White with #EA6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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