Html Css Color HEX #E25AB1 Hot Pink

📋 copy color: '#E25AB1'

red 226 ◦ green 90 ◦ blue 177

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

Shades of Hot Pink #E25AB1

Tints of Hot Pink #E25AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.26%

 BLUE value IS 177 (69.53% from 255) = 35.9%

R = 45.84%
G = 18.26%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E25AB1 (or 0xE25AB1) is known color: Hot Pink. HEX triplet: E2, 5A and B1. RGB value is (226,90,177). Sum of RGB (Red+Green+Blue) = 226+90+177=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E25AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25AB1 is #1DA54E. Grayscale: #8C8C8C. Windows color (decimal): -1942863 or 11623138. OLE color: 11623138.

HSL color Cylindrical-coordinate representation of color #E25AB1: hue angle of 321.62º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25AB1 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 90 177 -
CMYK 0 0.60 0.22 0.11
HSL 321.62º 0.7% 0.62% -
HSV(B) 321.62º 0.6% 0.89% -
XYZ 42.96 26.66 44.48 -
YUV 140.58 148.56 188.93 -
System Red Green Blue C M Y K H S L
Decimal 226 90 177 0 0.60 0.22 0.11 321.62 0.7 0.62
Hex E2 5A B1 0 3C 16 B 142 46 3E
Octal 342 132 261 0 74 26 13 502 106 76
Binary 11100010 1011010 10110001 0 111100 10110 1011 101000010 1000110 111110

Color Harmonies of #E25AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25AB1

Black with #E25AB1

Text Example


Text Example

White with #E25AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25AB1; }

 p { color: rgb(226,90,177); }

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

background-color css

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

 a { background-color: rgb(226,90,177); }

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

border-color css

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

 span { border-color: rgb(226,90,177); }

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