Html Css Color HEX #E25882 Dark Pink

📋 copy color: '#E25882'

red 226 ◦ green 88 ◦ blue 130

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

Shades of Dark Pink #E25882

Tints of Dark Pink #E25882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.82%

 BLUE value IS 130 (51.17% from 255) = 29.28%

R = 50.9%
G = 19.82%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E25882 (or 0xE25882) is known color: Dark Pink. HEX triplet: E2, 58 and 82. RGB value is (226,88,130). Sum of RGB (Red+Green+Blue) = 226+88+130=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E25882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25882 is #1DA77D. Grayscale: #868686. Windows color (decimal): -1943422 or 8542434. OLE color: 8542434.

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

Color convert

RGB 226 88 130 -
CMYK 0 0.61 0.42 0.11
HSL 341.74º 0.7% 0.62% -
HSV(B) 341.74º 0.61% 0.89% -
XYZ 38.88 24.76 23.85 -
YUV 134.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 226 88 130 0 0.61 0.42 0.11 341.74 0.7 0.62
Hex E2 58 82 0 3D 2A B 156 46 3E
Octal 342 130 202 0 75 52 13 526 106 76
Binary 11100010 1011000 10000010 0 111101 101010 1011 101010110 1000110 111110

Color Harmonies of #E25882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25882

Black with #E25882

Text Example


Text Example

White with #E25882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25882; }

 p { color: rgb(226,88,130); }

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

background-color css

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

 a { background-color: rgb(226,88,130); }

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

border-color css

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

 span { border-color: rgb(226,88,130); }

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