Html Css Color HEX #E24B86 Dark Pink

📋 copy color: '#E24B86'

red 226 ◦ green 75 ◦ blue 134

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

Shades of Dark Pink #E24B86

Tints of Dark Pink #E24B86

RGB

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

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

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

R = 51.95%
G = 17.24%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E24B86 (or 0xE24B86) is known color: Dark Pink. HEX triplet: E2, 4B and 86. RGB value is (226,75,134). Sum of RGB (Red+Green+Blue) = 226+75+134=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E24B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24B86 is #1DB479. Grayscale: #7E7E7E. Windows color (decimal): -1946746 or 8801250. OLE color: 8801250.

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

Color convert

RGB 226 75 134 -
CMYK 0 0.67 0.41 0.11
HSL 336.56º 0.72% 0.59% -
HSV(B) 336.56º 0.67% 0.89% -
XYZ 38.18 22.92 24.97 -
YUV 126.88 132.03 198.7 -
System Red Green Blue C M Y K H S L
Decimal 226 75 134 0 0.67 0.41 0.11 336.56 0.72 0.59
Hex E2 4B 86 0 43 29 B 151 48 3B
Octal 342 113 206 0 103 51 13 521 110 73
Binary 11100010 1001011 10000110 0 1000011 101001 1011 101010001 1001000 111011

Color Harmonies of #E24B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24B86

Black with #E24B86

Text Example


Text Example

White with #E24B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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