Html Css Color HEX #EA6ABC Neon Pink

📋 copy color: '#EA6ABC'

red 234 ◦ green 106 ◦ blue 188

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

Shades of Neon Pink #EA6ABC

Tints of Neon Pink #EA6ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.08%

 BLUE value IS 188 (73.83% from 255) = 35.61%

R = 44.32%
G = 20.08%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA6ABC (or 0xEA6ABC) is known color: Neon Pink. HEX triplet: EA, 6A and BC. RGB value is (234,106,188). Sum of RGB (Red+Green+Blue) = 234+106+188=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6ABC is #159543. Grayscale: #999999. Windows color (decimal): -1414468 or 12348138. OLE color: 12348138.

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

Color convert

RGB 234 106 188 -
CMYK 0 0.55 0.20 0.08
HSL 321.56º 0.75% 0.67% -
HSV(B) 321.56º 0.55% 0.92% -
XYZ 48.16 31.43 51.11 -
YUV 153.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 234 106 188 0 0.55 0.20 0.08 321.56 0.75 0.67
Hex EA 6A BC 0 37 14 8 142 4B 43
Octal 352 152 274 0 67 24 10 502 113 103
Binary 11101010 1101010 10111100 0 110111 10100 1000 101000010 1001011 1000011

Color Harmonies of #EA6ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6ABC

Black with #EA6ABC

Text Example


Text Example

White with #EA6ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6ABC; }

 p { color: rgb(234,106,188); }

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

background-color css

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

 a { background-color: rgb(234,106,188); }

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

border-color css

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

 span { border-color: rgb(234,106,188); }

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