Html Css Color HEX #E25595 Dark Pink

📋 copy color: '#E25595'

red 226 ◦ green 85 ◦ blue 149

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

Shades of Dark Pink #E25595

Tints of Dark Pink #E25595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.39%

R = 49.13%
G = 18.48%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E25595 (or 0xE25595) is known color: Dark Pink. HEX triplet: E2, 55 and 95. RGB value is (226,85,149). Sum of RGB (Red+Green+Blue) = 226+85+149=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E25595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25595 is #1DAA6A. Grayscale: #868686. Windows color (decimal): -1944171 or 9786850. OLE color: 9786850.

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

Color convert

RGB 226 85 149 -
CMYK 0 0.62 0.34 0.11
HSL 332.77º 0.71% 0.61% -
HSV(B) 332.77º 0.62% 0.89% -
XYZ 40.04 24.84 31.12 -
YUV 134.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 226 85 149 0 0.62 0.34 0.11 332.77 0.71 0.61
Hex E2 55 95 0 3E 22 B 14D 47 3D
Octal 342 125 225 0 76 42 13 515 107 75
Binary 11100010 1010101 10010101 0 111110 100010 1011 101001101 1000111 111101

Color Harmonies of #E25595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25595

Black with #E25595

Text Example


Text Example

White with #E25595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25595; }

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

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

background-color css

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

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

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

border-color css

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

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

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