Html Css Color HEX #E26ABD Neon Pink

📋 copy color: '#E26ABD'

red 226 ◦ green 106 ◦ blue 189

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

Shades of Neon Pink #E26ABD

Tints of Neon Pink #E26ABD

RGB

 RED value IS 226 (88.67% from 255) = 43.38%

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

 BLUE value IS 189 (74.22% from 255) = 36.28%

R = 43.38%
G = 20.35%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E26ABD (or 0xE26ABD) is known color: Neon Pink. HEX triplet: E2, 6A and BD. RGB value is (226,106,189). Sum of RGB (Red+Green+Blue) = 226+106+189=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ABD is #1D9542. Grayscale: #979797. Windows color (decimal): -1938755 or 12413666. OLE color: 12413666.

HSL color Cylindrical-coordinate representation of color #E26ABD: hue angle of 318.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26ABD is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 106 189 -
CMYK 0 0.53 0.16 0.11
HSL 318.5º 0.67% 0.65% -
HSV(B) 318.5º 0.53% 0.89% -
XYZ 45.7 30.15 51.56 -
YUV 151.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 226 106 189 0 0.53 0.16 0.11 318.5 0.67 0.65
Hex E2 6A BD 0 35 10 B 13E 43 41
Octal 342 152 275 0 65 20 13 476 103 101
Binary 11100010 1101010 10111101 0 110101 10000 1011 100111110 1000011 1000001

Color Harmonies of #E26ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26ABD

Black with #E26ABD

Text Example


Text Example

White with #E26ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26ABD; }

 p { color: rgb(226,106,189); }

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

background-color css

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

 a { background-color: rgb(226,106,189); }

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

border-color css

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

 span { border-color: rgb(226,106,189); }

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