Html Css Color HEX #E25AB5 Hot Pink

📋 copy color: '#E25AB5'

red 226 ◦ green 90 ◦ blue 181

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

Shades of Hot Pink #E25AB5

Tints of Hot Pink #E25AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.42%

R = 45.47%
G = 18.11%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E25AB5 (or 0xE25AB5) is known color: Hot Pink. HEX triplet: E2, 5A and B5. RGB value is (226,90,181). Sum of RGB (Red+Green+Blue) = 226+90+181=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E25AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25AB5 is #1DA54A. Grayscale: #8C8C8C. Windows color (decimal): -1942859 or 11885282. OLE color: 11885282.

HSL color Cylindrical-coordinate representation of color #E25AB5: hue angle of 319.85º 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 #E25AB5 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 90 181 -
CMYK 0 0.60 0.20 0.11
HSL 319.85º 0.7% 0.62% -
HSV(B) 319.85º 0.6% 0.89% -
XYZ 43.36 26.82 46.61 -
YUV 141.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 226 90 181 0 0.60 0.20 0.11 319.85 0.7 0.62
Hex E2 5A B5 0 3C 14 B 140 46 3E
Octal 342 132 265 0 74 24 13 500 106 76
Binary 11100010 1011010 10110101 0 111100 10100 1011 101000000 1000110 111110

Color Harmonies of #E25AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25AB5

Black with #E25AB5

Text Example


Text Example

White with #E25AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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