Html Css Color HEX #E25594 Dark Pink

📋 copy color: '#E25594'

red 226 ◦ green 85 ◦ blue 148

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

Shades of Dark Pink #E25594

Tints of Dark Pink #E25594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.52%

 BLUE value IS 148 (58.2% from 255) = 32.24%

R = 49.24%
G = 18.52%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E25594 (or 0xE25594) is known color: Dark Pink. HEX triplet: E2, 55 and 94. RGB value is (226,85,148). Sum of RGB (Red+Green+Blue) = 226+85+148=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E25594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25594 is #1DAA6B. Grayscale: #868686. Windows color (decimal): -1944172 or 9721314. OLE color: 9721314.

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

Color convert

RGB 226 85 148 -
CMYK 0 0.62 0.35 0.11
HSL 333.19º 0.71% 0.61% -
HSV(B) 333.19º 0.62% 0.89% -
XYZ 39.96 24.8 30.7 -
YUV 134.34 135.71 193.38 -
System Red Green Blue C M Y K H S L
Decimal 226 85 148 0 0.62 0.35 0.11 333.19 0.71 0.61
Hex E2 55 94 0 3E 23 B 14D 47 3D
Octal 342 125 224 0 76 43 13 515 107 75
Binary 11100010 1010101 10010100 0 111110 100011 1011 101001101 1000111 111101

Color Harmonies of #E25594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25594

Black with #E25594

Text Example


Text Example

White with #E25594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25594; }

 p { color: rgb(226,85,148); }

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

background-color css

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

 a { background-color: rgb(226,85,148); }

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

border-color css

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

 span { border-color: rgb(226,85,148); }

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