Html Css Color HEX #E25EB4 Hot Pink

📋 copy color: '#E25EB4'

red 226 ◦ green 94 ◦ blue 180

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

Shades of Hot Pink #E25EB4

Tints of Hot Pink #E25EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36%

R = 45.2%
G = 18.8%
B = 36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E25EB4 (or 0xE25EB4) is known color: Hot Pink. HEX triplet: E2, 5E and B4. RGB value is (226,94,180). Sum of RGB (Red+Green+Blue) = 226+94+180=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EB4 is #1DA14B. Grayscale: #8F8F8F. Windows color (decimal): -1941836 or 11820770. OLE color: 11820770.

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

Color convert

RGB 226 94 180 -
CMYK 0 0.58 0.20 0.11
HSL 320.91º 0.69% 0.63% -
HSV(B) 320.91º 0.58% 0.89% -
XYZ 43.6 27.47 46.18 -
YUV 143.27 148.73 187.01 -
System Red Green Blue C M Y K H S L
Decimal 226 94 180 0 0.58 0.20 0.11 320.91 0.69 0.63
Hex E2 5E B4 0 3A 14 B 141 45 3F
Octal 342 136 264 0 72 24 13 501 105 77
Binary 11100010 1011110 10110100 0 111010 10100 1011 101000001 1000101 111111

Color Harmonies of #E25EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25EB4

Black with #E25EB4

Text Example


Text Example

White with #E25EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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