Html Css Color HEX #EB5072 Dark Pink

📋 copy color: '#EB5072'

red 235 ◦ green 80 ◦ blue 114

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

Shades of Dark Pink #EB5072

Tints of Dark Pink #EB5072

RGB

 RED value IS 235 (92.19% from 255) = 54.78%

 GREEN value IS 80 (31.64% from 255) = 18.65%

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 54.78%
G = 18.65%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB5072 (or 0xEB5072) is known color: Dark Pink. HEX triplet: EB, 50 and 72. RGB value is (235,80,114). Sum of RGB (Red+Green+Blue) = 235+80+114=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5072 is #14AF8D. Grayscale: #828282. Windows color (decimal): -1355662 or 7491819. OLE color: 7491819.

HSL color Cylindrical-coordinate representation of color #EB5072: hue angle of 346.84º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB5072 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 80 114 -
CMYK 0 0.66 0.51 0.08
HSL 346.84º 0.79% 0.62% -
HSV(B) 346.84º 0.66% 0.92% -
XYZ 40.17 24.61 18.55 -
YUV 130.22 118.85 202.74 -
System Red Green Blue C M Y K H S L
Decimal 235 80 114 0 0.66 0.51 0.08 346.84 0.79 0.62
Hex EB 50 72 0 42 33 8 15B 4F 3E
Octal 353 120 162 0 102 63 10 533 117 76
Binary 11101011 1010000 1110010 0 1000010 110011 1000 101011011 1001111 111110

Color Harmonies of #EB5072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5072

Black with #EB5072

Text Example


Text Example

White with #EB5072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5072; }

 p { color: rgb(235,80,114); }

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

background-color css

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

 a { background-color: rgb(235,80,114); }

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

border-color css

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

 span { border-color: rgb(235,80,114); }

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