Html Css Color HEX #EB4377 Dark Pink

📋 copy color: '#EB4377'

red 235 ◦ green 67 ◦ blue 119

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

Shades of Dark Pink #EB4377

Tints of Dark Pink #EB4377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.91%

 BLUE value IS 119 (46.88% from 255) = 28.27%

R = 55.82%
G = 15.91%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB4377 (or 0xEB4377) is known color: Dark Pink. HEX triplet: EB, 43 and 77. RGB value is (235,67,119). Sum of RGB (Red+Green+Blue) = 235+67+119=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4377 is #14BC88. Grayscale: #7B7B7B. Windows color (decimal): -1358985 or 7816171. OLE color: 7816171.

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

Color convert

RGB 235 67 119 -
CMYK 0 0.71 0.49 0.08
HSL 341.43º 0.81% 0.59% -
HSV(B) 341.43º 0.71% 0.92% -
XYZ 39.6 23.01 19.81 -
YUV 123.16 125.66 207.77 -
System Red Green Blue C M Y K H S L
Decimal 235 67 119 0 0.71 0.49 0.08 341.43 0.81 0.59
Hex EB 43 77 0 47 31 8 155 51 3B
Octal 353 103 167 0 107 61 10 525 121 73
Binary 11101011 1000011 1110111 0 1000111 110001 1000 101010101 1010001 111011

Color Harmonies of #EB4377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4377

Black with #EB4377

Text Example


Text Example

White with #EB4377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4377; }

 p { color: rgb(235,67,119); }

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

background-color css

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

 a { background-color: rgb(235,67,119); }

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

border-color css

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

 span { border-color: rgb(235,67,119); }

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