Html Css Color HEX #EB5472 Dark Pink

📋 copy color: '#EB5472'

red 235 ◦ green 84 ◦ blue 114

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

Shades of Dark Pink #EB5472

Tints of Dark Pink #EB5472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.4%

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

R = 54.27%
G = 19.4%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB5472 (or 0xEB5472) is known color: Dark Pink. HEX triplet: EB, 54 and 72. RGB value is (235,84,114). Sum of RGB (Red+Green+Blue) = 235+84+114=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5472 is #14AB8D. Grayscale: #848484. Windows color (decimal): -1354638 or 7492843. OLE color: 7492843.

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

Color convert

RGB 235 84 114 -
CMYK 0 0.64 0.51 0.08
HSL 348.08º 0.79% 0.63% -
HSV(B) 348.08º 0.64% 0.92% -
XYZ 40.47 25.22 18.65 -
YUV 132.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 235 84 114 0 0.64 0.51 0.08 348.08 0.79 0.63
Hex EB 54 72 0 40 33 8 15C 4F 3F
Octal 353 124 162 0 100 63 10 534 117 77
Binary 11101011 1010100 1110010 0 1000000 110011 1000 101011100 1001111 111111

Color Harmonies of #EB5472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5472

Black with #EB5472

Text Example


Text Example

White with #EB5472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5472; }

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

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

background-color css

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

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

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

border-color css

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

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

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