Html Css Color HEX #E25DB0 Hot Pink

📋 copy color: '#E25DB0'

red 226 ◦ green 93 ◦ blue 176

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

Shades of Hot Pink #E25DB0

Tints of Hot Pink #E25DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.79%

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 45.66%
G = 18.79%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E25DB0 (or 0xE25DB0) is known color: Hot Pink. HEX triplet: E2, 5D and B0. RGB value is (226,93,176). Sum of RGB (Red+Green+Blue) = 226+93+176=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25DB0 is #1DA24F. Grayscale: #8E8E8E. Windows color (decimal): -1942096 or 11558370. OLE color: 11558370.

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

Color convert

RGB 226 93 176 -
CMYK 0 0.59 0.22 0.11
HSL 322.56º 0.7% 0.63% -
HSV(B) 322.56º 0.59% 0.89% -
XYZ 43.11 27.13 44.04 -
YUV 142.23 147.06 187.75 -
System Red Green Blue C M Y K H S L
Decimal 226 93 176 0 0.59 0.22 0.11 322.56 0.7 0.63
Hex E2 5D B0 0 3B 16 B 143 46 3F
Octal 342 135 260 0 73 26 13 503 106 77
Binary 11100010 1011101 10110000 0 111011 10110 1011 101000011 1000110 111111

Color Harmonies of #E25DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25DB0

Black with #E25DB0

Text Example


Text Example

White with #E25DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25DB0; }

 p { color: rgb(226,93,176); }

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

background-color css

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

 a { background-color: rgb(226,93,176); }

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

border-color css

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

 span { border-color: rgb(226,93,176); }

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