Html Css Color HEX #E25DB9 Hot Pink

📋 copy color: '#E25DB9'

red 226 ◦ green 93 ◦ blue 185

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

Shades of Hot Pink #E25DB9

Tints of Hot Pink #E25DB9

RGB

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

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

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

R = 44.84%
G = 18.45%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E25DB9 (or 0xE25DB9) is known color: Hot Pink. HEX triplet: E2, 5D and B9. RGB value is (226,93,185). Sum of RGB (Red+Green+Blue) = 226+93+185=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DB9 is #1DA246. Grayscale: #8F8F8F. Windows color (decimal): -1942087 or 12148194. OLE color: 12148194.

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

Color convert

RGB 226 93 185 -
CMYK 0 0.59 0.18 0.11
HSL 318.5º 0.7% 0.63% -
HSV(B) 318.5º 0.59% 0.89% -
XYZ 44.04 27.5 48.89 -
YUV 143.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 226 93 185 0 0.59 0.18 0.11 318.5 0.7 0.63
Hex E2 5D B9 0 3B 12 B 13E 46 3F
Octal 342 135 271 0 73 22 13 476 106 77
Binary 11100010 1011101 10111001 0 111011 10010 1011 100111110 1000110 111111

Color Harmonies of #E25DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25DB9

Black with #E25DB9

Text Example


Text Example

White with #E25DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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