Html Css Color HEX #E2578B Dark Pink

📋 copy color: '#E2578B'

red 226 ◦ green 87 ◦ blue 139

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

Shades of Dark Pink #E2578B

Tints of Dark Pink #E2578B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.25%

 BLUE value IS 139 (54.69% from 255) = 30.75%

R = 50%
G = 19.25%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2578B (or 0xE2578B) is known color: Dark Pink. HEX triplet: E2, 57 and 8B. RGB value is (226,87,139). Sum of RGB (Red+Green+Blue) = 226+87+139=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2578B is #1DA874. Grayscale: #868686. Windows color (decimal): -1943669 or 9132002. OLE color: 9132002.

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

Color convert

RGB 226 87 139 -
CMYK 0 0.62 0.38 0.11
HSL 337.55º 0.71% 0.61% -
HSV(B) 337.55º 0.62% 0.89% -
XYZ 39.43 24.85 27.14 -
YUV 134.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 226 87 139 0 0.62 0.38 0.11 337.55 0.71 0.61
Hex E2 57 8B 0 3E 26 B 152 47 3D
Octal 342 127 213 0 76 46 13 522 107 75
Binary 11100010 1010111 10001011 0 111110 100110 1011 101010010 1000111 111101

Color Harmonies of #E2578B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2578B

Black with #E2578B

Text Example


Text Example

White with #E2578B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2578B; }

 p { color: rgb(226,87,139); }

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

background-color css

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

 a { background-color: rgb(226,87,139); }

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

border-color css

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

 span { border-color: rgb(226,87,139); }

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