Html Css Color HEX #E04B8F Dark Pink

📋 copy color: '#E04B8F'

red 224 ◦ green 75 ◦ blue 143

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

Shades of Dark Pink #E04B8F

Tints of Dark Pink #E04B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.35%

R = 50.68%
G = 16.97%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E04B8F (or 0xE04B8F) is known color: Dark Pink. HEX triplet: E0, 4B and 8F. RGB value is (224,75,143). Sum of RGB (Red+Green+Blue) = 224+75+143=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04B8F is #1FB470. Grayscale: #7F7F7F. Windows color (decimal): -2077809 or 9391072. OLE color: 9391072.

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

Color convert

RGB 224 75 143 -
CMYK 0 0.67 0.36 0.12
HSL 332.62º 0.71% 0.59% -
HSV(B) 332.62º 0.67% 0.88% -
XYZ 38.21 22.86 28.39 -
YUV 127.3 136.86 196.97 -
System Red Green Blue C M Y K H S L
Decimal 224 75 143 0 0.67 0.36 0.12 332.62 0.71 0.59
Hex E0 4B 8F 0 43 24 C 14D 47 3B
Octal 340 113 217 0 103 44 14 515 107 73
Binary 11100000 1001011 10001111 0 1000011 100100 1100 101001101 1000111 111011

Color Harmonies of #E04B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04B8F

Black with #E04B8F

Text Example


Text Example

White with #E04B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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