Html Css Color HEX #E25993 Dark Pink

📋 copy color: '#E25993'

red 226 ◦ green 89 ◦ blue 147

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

Shades of Dark Pink #E25993

Tints of Dark Pink #E25993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.26%

 BLUE value IS 147 (57.81% from 255) = 31.82%

R = 48.92%
G = 19.26%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E25993 (or 0xE25993) is known color: Dark Pink. HEX triplet: E2, 59 and 93. RGB value is (226,89,147). Sum of RGB (Red+Green+Blue) = 226+89+147=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E25993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25993 is #1DA66C. Grayscale: #888888. Windows color (decimal): -1943149 or 9656802. OLE color: 9656802.

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

Color convert

RGB 226 89 147 -
CMYK 0 0.61 0.35 0.11
HSL 334.6º 0.7% 0.62% -
HSV(B) 334.6º 0.61% 0.89% -
XYZ 40.2 25.42 30.39 -
YUV 136.58 133.89 191.78 -
System Red Green Blue C M Y K H S L
Decimal 226 89 147 0 0.61 0.35 0.11 334.6 0.7 0.62
Hex E2 59 93 0 3D 23 B 14F 46 3E
Octal 342 131 223 0 75 43 13 517 106 76
Binary 11100010 1011001 10010011 0 111101 100011 1011 101001111 1000110 111110

Color Harmonies of #E25993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25993

Black with #E25993

Text Example


Text Example

White with #E25993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25993; }

 p { color: rgb(226,89,147); }

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

background-color css

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

 a { background-color: rgb(226,89,147); }

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

border-color css

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

 span { border-color: rgb(226,89,147); }

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