Html Css Color HEX #E25EB9 Hot Pink

📋 copy color: '#E25EB9'

red 226 ◦ green 94 ◦ blue 185

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

Shades of Hot Pink #E25EB9

Tints of Hot Pink #E25EB9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.61%

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 44.75%
G = 18.61%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E25EB9 (or 0xE25EB9) is known color: Hot Pink. HEX triplet: E2, 5E and B9. RGB value is (226,94,185). Sum of RGB (Red+Green+Blue) = 226+94+185=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EB9 is #1DA146. Grayscale: #8F8F8F. Windows color (decimal): -1941831 or 12148450. OLE color: 12148450.

HSL color Cylindrical-coordinate representation of color #E25EB9: hue angle of 318.64º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25EB9 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 94 185 -
CMYK 0 0.58 0.18 0.11
HSL 318.64º 0.69% 0.63% -
HSV(B) 318.64º 0.58% 0.89% -
XYZ 44.12 27.68 48.92 -
YUV 143.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 226 94 185 0 0.58 0.18 0.11 318.64 0.69 0.63
Hex E2 5E B9 0 3A 12 B 13F 45 3F
Octal 342 136 271 0 72 22 13 477 105 77
Binary 11100010 1011110 10111001 0 111010 10010 1011 100111111 1000101 111111

Color Harmonies of #E25EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25EB9

Black with #E25EB9

Text Example


Text Example

White with #E25EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25EB9; }

 p { color: rgb(226,94,185); }

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

background-color css

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

 a { background-color: rgb(226,94,185); }

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

border-color css

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

 span { border-color: rgb(226,94,185); }

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