Html Css Color HEX #E25486 Dark Pink

📋 copy color: '#E25486'

red 226 ◦ green 84 ◦ blue 134

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

Shades of Dark Pink #E25486

Tints of Dark Pink #E25486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.92%

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 50.9%
G = 18.92%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E25486 (or 0xE25486) is known color: Dark Pink. HEX triplet: E2, 54 and 86. RGB value is (226,84,134). Sum of RGB (Red+Green+Blue) = 226+84+134=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E25486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25486 is #1DAB79. Grayscale: #848484. Windows color (decimal): -1944442 or 8803554. OLE color: 8803554.

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

Color convert

RGB 226 84 134 -
CMYK 0 0.63 0.41 0.11
HSL 338.87º 0.71% 0.61% -
HSV(B) 338.87º 0.63% 0.89% -
XYZ 38.84 24.23 25.18 -
YUV 132.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 226 84 134 0 0.63 0.41 0.11 338.87 0.71 0.61
Hex E2 54 86 0 3F 29 B 153 47 3D
Octal 342 124 206 0 77 51 13 523 107 75
Binary 11100010 1010100 10000110 0 111111 101001 1011 101010011 1000111 111101

Color Harmonies of #E25486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25486

Black with #E25486

Text Example


Text Example

White with #E25486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25486; }

 p { color: rgb(226,84,134); }

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

background-color css

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

 a { background-color: rgb(226,84,134); }

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

border-color css

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

 span { border-color: rgb(226,84,134); }

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