Html Css Color HEX #EB4A78 Dark Pink

📋 copy color: '#EB4A78'

red 235 ◦ green 74 ◦ blue 120

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

Shades of Dark Pink #EB4A78

Tints of Dark Pink #EB4A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.25%

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 54.78%
G = 17.25%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB4A78 (or 0xEB4A78) is known color: Dark Pink. HEX triplet: EB, 4A and 78. RGB value is (235,74,120). Sum of RGB (Red+Green+Blue) = 235+74+120=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4A78 is #14B587. Grayscale: #7F7F7F. Windows color (decimal): -1357192 or 7883499. OLE color: 7883499.

HSL color Cylindrical-coordinate representation of color #EB4A78: hue angle of 342.86º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4A78 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 74 120 -
CMYK 0 0.69 0.49 0.08
HSL 342.86º 0.8% 0.61% -
HSV(B) 342.86º 0.69% 0.92% -
XYZ 40.1 23.92 20.27 -
YUV 127.38 123.84 204.76 -
System Red Green Blue C M Y K H S L
Decimal 235 74 120 0 0.69 0.49 0.08 342.86 0.8 0.61
Hex EB 4A 78 0 45 31 8 157 50 3D
Octal 353 112 170 0 105 61 10 527 120 75
Binary 11101011 1001010 1111000 0 1000101 110001 1000 101010111 1010000 111101

Color Harmonies of #EB4A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A78

Black with #EB4A78

Text Example


Text Example

White with #EB4A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A78; }

 p { color: rgb(235,74,120); }

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

background-color css

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

 a { background-color: rgb(235,74,120); }

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

border-color css

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

 span { border-color: rgb(235,74,120); }

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