Html Css Color HEX #E25596 Dark Pink

📋 copy color: '#E25596'

red 226 ◦ green 85 ◦ blue 150

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

Shades of Dark Pink #E25596

Tints of Dark Pink #E25596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.54%

R = 49.02%
G = 18.44%
B = 32.54%

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

#E25596 (or 0xE25596) is known color: Dark Pink. HEX triplet: E2, 55 and 96. RGB value is (226,85,150). Sum of RGB (Red+Green+Blue) = 226+85+150=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E25596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25596 is #1DAA69. Grayscale: #868686. Windows color (decimal): -1944170 or 9852386. OLE color: 9852386.

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

Color convert

RGB 226 85 150 -
CMYK 0 0.62 0.34 0.11
HSL 332.34º 0.71% 0.61% -
HSV(B) 332.34º 0.62% 0.89% -
XYZ 40.12 24.87 31.54 -
YUV 134.57 136.71 193.21 -
System Red Green Blue C M Y K H S L
Decimal 226 85 150 0 0.62 0.34 0.11 332.34 0.71 0.61
Hex E2 55 96 0 3E 22 B 14C 47 3D
Octal 342 125 226 0 76 42 13 514 107 75
Binary 11100010 1010101 10010110 0 111110 100010 1011 101001100 1000111 111101

Color Harmonies of #E25596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25596

Black with #E25596

Text Example


Text Example

White with #E25596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25596; }

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

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

background-color css

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

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

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

border-color css

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

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

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