Html Css Color HEX #E05B7B Dark Pink

📋 copy color: '#E05B7B'

red 224 ◦ green 91 ◦ blue 123

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

Shades of Dark Pink #E05B7B

Tints of Dark Pink #E05B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.78%

 BLUE value IS 123 (48.44% from 255) = 28.08%

R = 51.14%
G = 20.78%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E05B7B (or 0xE05B7B) is known color: Dark Pink. HEX triplet: E0, 5B and 7B. RGB value is (224,91,123). Sum of RGB (Red+Green+Blue) = 224+91+123=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05B7B is #1FA484. Grayscale: #868686. Windows color (decimal): -2073733 or 8084448. OLE color: 8084448.

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

Color convert

RGB 224 91 123 -
CMYK 0 0.59 0.45 0.12
HSL 345.56º 0.68% 0.62% -
HSV(B) 345.56º 0.59% 0.88% -
XYZ 38.06 24.76 21.51 -
YUV 134.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 224 91 123 0 0.59 0.45 0.12 345.56 0.68 0.62
Hex E0 5B 7B 0 3B 2D C 15A 44 3E
Octal 340 133 173 0 73 55 14 532 104 76
Binary 11100000 1011011 1111011 0 111011 101101 1100 101011010 1000100 111110

Color Harmonies of #E05B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05B7B

Black with #E05B7B

Text Example


Text Example

White with #E05B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05B7B; }

 p { color: rgb(224,91,123); }

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

background-color css

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

 a { background-color: rgb(224,91,123); }

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

border-color css

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

 span { border-color: rgb(224,91,123); }

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