Html Css Color HEX #EB5479 Dark Pink

📋 copy color: '#EB5479'

red 235 ◦ green 84 ◦ blue 121

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

Shades of Dark Pink #EB5479

Tints of Dark Pink #EB5479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.5%

R = 53.41%
G = 19.09%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB5479 (or 0xEB5479) is known color: Dark Pink. HEX triplet: EB, 54 and 79. RGB value is (235,84,121). Sum of RGB (Red+Green+Blue) = 235+84+121=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5479 is #14AB86. Grayscale: #858585. Windows color (decimal): -1354631 or 7951595. OLE color: 7951595.

HSL color Cylindrical-coordinate representation of color #EB5479: hue angle of 345.3º 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 #EB5479 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 84 121 -
CMYK 0 0.64 0.49 0.08
HSL 345.3º 0.79% 0.63% -
HSV(B) 345.3º 0.64% 0.92% -
XYZ 40.88 25.38 20.83 -
YUV 133.37 121.03 200.49 -
System Red Green Blue C M Y K H S L
Decimal 235 84 121 0 0.64 0.49 0.08 345.3 0.79 0.63
Hex EB 54 79 0 40 31 8 159 4F 3F
Octal 353 124 171 0 100 61 10 531 117 77
Binary 11101011 1010100 1111001 0 1000000 110001 1000 101011001 1001111 111111

Color Harmonies of #EB5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5479

Black with #EB5479

Text Example


Text Example

White with #EB5479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5479; }

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

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

background-color css

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

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

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

border-color css

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

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

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