Html Css Color HEX #E25DB4 Hot Pink

📋 copy color: '#E25DB4'

red 226 ◦ green 93 ◦ blue 180

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

Shades of Hot Pink #E25DB4

Tints of Hot Pink #E25DB4

RGB

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

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

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

R = 45.29%
G = 18.64%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E25DB4 (or 0xE25DB4) is known color: Hot Pink. HEX triplet: E2, 5D and B4. RGB value is (226,93,180). Sum of RGB (Red+Green+Blue) = 226+93+180=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DB4 is #1DA24B. Grayscale: #8E8E8E. Windows color (decimal): -1942092 or 11820514. OLE color: 11820514.

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

Color convert

RGB 226 93 180 -
CMYK 0 0.59 0.20 0.11
HSL 320.75º 0.7% 0.63% -
HSV(B) 320.75º 0.59% 0.89% -
XYZ 43.52 27.29 46.15 -
YUV 142.69 149.06 187.43 -
System Red Green Blue C M Y K H S L
Decimal 226 93 180 0 0.59 0.20 0.11 320.75 0.7 0.63
Hex E2 5D B4 0 3B 14 B 141 46 3F
Octal 342 135 264 0 73 24 13 501 106 77
Binary 11100010 1011101 10110100 0 111011 10100 1011 101000001 1000110 111111

Color Harmonies of #E25DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25DB4

Black with #E25DB4

Text Example


Text Example

White with #E25DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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