Html Css Color HEX #E2548B Dark Pink

📋 copy color: '#E2548B'

red 226 ◦ green 84 ◦ blue 139

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

Shades of Dark Pink #E2548B

Tints of Dark Pink #E2548B

RGB

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

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

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

R = 50.33%
G = 18.71%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2548B (or 0xE2548B) is known color: Dark Pink. HEX triplet: E2, 54 and 8B. RGB value is (226,84,139). Sum of RGB (Red+Green+Blue) = 226+84+139=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E2548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2548B is #1DAB74. Grayscale: #848484. Windows color (decimal): -1944437 or 9131234. OLE color: 9131234.

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

Color convert

RGB 226 84 139 -
CMYK 0 0.63 0.38 0.11
HSL 336.76º 0.71% 0.61% -
HSV(B) 336.76º 0.63% 0.89% -
XYZ 39.19 24.37 27.06 -
YUV 132.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 226 84 139 0 0.63 0.38 0.11 336.76 0.71 0.61
Hex E2 54 8B 0 3F 26 B 151 47 3D
Octal 342 124 213 0 77 46 13 521 107 75
Binary 11100010 1010100 10001011 0 111111 100110 1011 101010001 1000111 111101

Color Harmonies of #E2548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2548B

Black with #E2548B

Text Example


Text Example

White with #E2548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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