Html Css Color HEX #E425AB Spicy Pink

📋 copy color: '#E425AB'

red 228 ◦ green 37 ◦ blue 171

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

Shades of Spicy Pink #E425AB

Tints of Spicy Pink #E425AB

RGB

 RED value IS 228 (89.45% from 255) = 52.29%

 GREEN value IS 37 (14.84% from 255) = 8.49%

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

R = 52.29%
G = 8.49%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E425AB (or 0xE425AB) is known color: Spicy Pink. HEX triplet: E4, 25 and AB. RGB value is (228,37,171). Sum of RGB (Red+Green+Blue) = 228+37+171=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E425AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E425AB is #1BDA54. Grayscale: #6D6D6D. Windows color (decimal): -1825365 or 11216356. OLE color: 11216356.

HSL color Cylindrical-coordinate representation of color #E425AB: hue angle of 317.91º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E425AB is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 37 171 -
CMYK 0 0.84 0.25 0.11
HSL 317.91º 0.78% 0.52% -
HSV(B) 317.91º 0.84% 0.89% -
XYZ 40.01 20.76 40.43 -
YUV 109.39 162.78 212.6 -
System Red Green Blue C M Y K H S L
Decimal 228 37 171 0 0.84 0.25 0.11 317.91 0.78 0.52
Hex E4 25 AB 0 54 19 B 13E 4E 34
Octal 344 45 253 0 124 31 13 476 116 64
Binary 11100100 100101 10101011 0 1010100 11001 1011 100111110 1001110 110100

Color Harmonies of #E425AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E425AB

Black with #E425AB

Text Example


Text Example

White with #E425AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E425AB; }

 p { color: rgb(228,37,171); }

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

background-color css

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

 a { background-color: rgb(228,37,171); }

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

border-color css

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

 span { border-color: rgb(228,37,171); }

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