Html Css Color HEX #E24B8D Dark Pink

📋 copy color: '#E24B8D'

red 226 ◦ green 75 ◦ blue 141

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

Shades of Dark Pink #E24B8D

Tints of Dark Pink #E24B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.97%

 BLUE value IS 141 (55.47% from 255) = 31.9%

R = 51.13%
G = 16.97%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E24B8D (or 0xE24B8D) is known color: Dark Pink. HEX triplet: E2, 4B and 8D. RGB value is (226,75,141). Sum of RGB (Red+Green+Blue) = 226+75+141=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E24B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24B8D is #1DB472. Grayscale: #7F7F7F. Windows color (decimal): -1946739 or 9260002. OLE color: 9260002.

HSL color Cylindrical-coordinate representation of color #E24B8D: hue angle of 333.77º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24B8D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 75 141 -
CMYK 0 0.67 0.38 0.11
HSL 333.77º 0.72% 0.59% -
HSV(B) 333.77º 0.67% 0.89% -
XYZ 38.69 23.12 27.62 -
YUV 127.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 226 75 141 0 0.67 0.38 0.11 333.77 0.72 0.59
Hex E2 4B 8D 0 43 26 B 14E 48 3B
Octal 342 113 215 0 103 46 13 516 110 73
Binary 11100010 1001011 10001101 0 1000011 100110 1011 101001110 1001000 111011

Color Harmonies of #E24B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24B8D

Black with #E24B8D

Text Example


Text Example

White with #E24B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24B8D; }

 p { color: rgb(226,75,141); }

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

background-color css

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

 a { background-color: rgb(226,75,141); }

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

border-color css

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

 span { border-color: rgb(226,75,141); }

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