Html Css Color HEX #E05F7B Dark Pink

📋 copy color: '#E05F7B'

red 224 ◦ green 95 ◦ blue 123

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

Shades of Dark Pink #E05F7B

Tints of Dark Pink #E05F7B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.49%

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

R = 50.68%
G = 21.49%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E05F7B (or 0xE05F7B) is known color: Dark Pink. HEX triplet: E0, 5F and 7B. RGB value is (224,95,123). Sum of RGB (Red+Green+Blue) = 224+95+123=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F7B is #1FA084. Grayscale: #888888. Windows color (decimal): -2072709 or 8085472. OLE color: 8085472.

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

Color convert

RGB 224 95 123 -
CMYK 0 0.58 0.45 0.12
HSL 346.98º 0.68% 0.63% -
HSV(B) 346.98º 0.58% 0.88% -
XYZ 38.41 25.46 21.63 -
YUV 136.76 120.24 190.22 -
System Red Green Blue C M Y K H S L
Decimal 224 95 123 0 0.58 0.45 0.12 346.98 0.68 0.63
Hex E0 5F 7B 0 3A 2D C 15B 44 3F
Octal 340 137 173 0 72 55 14 533 104 77
Binary 11100000 1011111 1111011 0 111010 101101 1100 101011011 1000100 111111

Color Harmonies of #E05F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F7B

Black with #E05F7B

Text Example


Text Example

White with #E05F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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