Html Css Color HEX #E04B86 Dark Pink

📋 copy color: '#E04B86'

red 224 ◦ green 75 ◦ blue 134

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

Shades of Dark Pink #E04B86

Tints of Dark Pink #E04B86

RGB

 RED value IS 224 (87.89% from 255) = 51.73%

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

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

R = 51.73%
G = 17.32%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E04B86 (or 0xE04B86) is known color: Dark Pink. HEX triplet: E0, 4B and 86. RGB value is (224,75,134). Sum of RGB (Red+Green+Blue) = 224+75+134=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04B86 is #1FB479. Grayscale: #7E7E7E. Windows color (decimal): -2077818 or 8801248. OLE color: 8801248.

HSL color Cylindrical-coordinate representation of color #E04B86: hue angle of 336.24º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04B86 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 75 134 -
CMYK 0 0.67 0.40 0.12
HSL 336.24º 0.71% 0.59% -
HSV(B) 336.24º 0.67% 0.88% -
XYZ 37.56 22.6 24.94 -
YUV 126.28 132.36 197.7 -
System Red Green Blue C M Y K H S L
Decimal 224 75 134 0 0.67 0.40 0.12 336.24 0.71 0.59
Hex E0 4B 86 0 43 28 C 150 47 3B
Octal 340 113 206 0 103 50 14 520 107 73
Binary 11100000 1001011 10000110 0 1000011 101000 1100 101010000 1000111 111011

Color Harmonies of #E04B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04B86

Black with #E04B86

Text Example


Text Example

White with #E04B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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