Html Css Color HEX #EB4474 Dark Pink

📋 copy color: '#EB4474'

red 235 ◦ green 68 ◦ blue 116

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

Shades of Dark Pink #EB4474

Tints of Dark Pink #EB4474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.23%

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 56.09%
G = 16.23%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB4474 (or 0xEB4474) is known color: Dark Pink. HEX triplet: EB, 44 and 74. RGB value is (235,68,116). Sum of RGB (Red+Green+Blue) = 235+68+116=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4474 is #14BB8B. Grayscale: #7B7B7B. Windows color (decimal): -1358732 or 7619819. OLE color: 7619819.

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

Color convert

RGB 235 68 116 -
CMYK 0 0.71 0.51 0.08
HSL 342.75º 0.81% 0.59% -
HSV(B) 342.75º 0.71% 0.92% -
XYZ 39.48 23.06 18.89 -
YUV 123.41 123.83 207.6 -
System Red Green Blue C M Y K H S L
Decimal 235 68 116 0 0.71 0.51 0.08 342.75 0.81 0.59
Hex EB 44 74 0 47 33 8 157 51 3B
Octal 353 104 164 0 107 63 10 527 121 73
Binary 11101011 1000100 1110100 0 1000111 110011 1000 101010111 1010001 111011

Color Harmonies of #EB4474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4474

Black with #EB4474

Text Example


Text Example

White with #EB4474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4474; }

 p { color: rgb(235,68,116); }

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

background-color css

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

 a { background-color: rgb(235,68,116); }

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

border-color css

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

 span { border-color: rgb(235,68,116); }

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