Html Css Color HEX #E026AB Spicy Pink

📋 copy color: '#E026AB'

red 224 ◦ green 38 ◦ blue 171

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

Shades of Spicy Pink #E026AB

Tints of Spicy Pink #E026AB

RGB

 RED value IS 224 (87.89% from 255) = 51.73%

 GREEN value IS 38 (15.23% from 255) = 8.78%

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 51.73%
G = 8.78%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E026AB (or 0xE026AB) is known color: Spicy Pink. HEX triplet: E0, 26 and AB. RGB value is (224,38,171). Sum of RGB (Red+Green+Blue) = 224+38+171=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E026AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E026AB is #1FD954. Grayscale: #6C6C6C. Windows color (decimal): -2087253 or 11216608. OLE color: 11216608.

HSL color Cylindrical-coordinate representation of color #E026AB: hue angle of 317.1º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E026AB is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 38 171 -
CMYK 0 0.83 0.24 0.12
HSL 317.1º 0.75% 0.51% -
HSV(B) 317.1º 0.83% 0.88% -
XYZ 38.78 20.17 40.38 -
YUV 108.78 163.12 210.19 -
System Red Green Blue C M Y K H S L
Decimal 224 38 171 0 0.83 0.24 0.12 317.1 0.75 0.51
Hex E0 26 AB 0 53 18 C 13D 4B 33
Octal 340 46 253 0 123 30 14 475 113 63
Binary 11100000 100110 10101011 0 1010011 11000 1100 100111101 1001011 110011

Color Harmonies of #E026AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E026AB

Black with #E026AB

Text Example


Text Example

White with #E026AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E026AB; }

 p { color: rgb(224,38,171); }

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

background-color css

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

 a { background-color: rgb(224,38,171); }

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

border-color css

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

 span { border-color: rgb(224,38,171); }

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