Html Css Color HEX #EB4A7C Dark Pink

📋 copy color: '#EB4A7C'

red 235 ◦ green 74 ◦ blue 124

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

Shades of Dark Pink #EB4A7C

Tints of Dark Pink #EB4A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 54.27%
G = 17.09%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB4A7C (or 0xEB4A7C) is known color: Dark Pink. HEX triplet: EB, 4A and 7C. RGB value is (235,74,124). Sum of RGB (Red+Green+Blue) = 235+74+124=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4A7C is #14B583. Grayscale: #7F7F7F. Windows color (decimal): -1357188 or 8145643. OLE color: 8145643.

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

Color convert

RGB 235 74 124 -
CMYK 0 0.69 0.47 0.08
HSL 341.37º 0.8% 0.61% -
HSV(B) 341.37º 0.69% 0.92% -
XYZ 40.35 24.01 21.58 -
YUV 127.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 235 74 124 0 0.69 0.47 0.08 341.37 0.8 0.61
Hex EB 4A 7C 0 45 2F 8 155 50 3D
Octal 353 112 174 0 105 57 10 525 120 75
Binary 11101011 1001010 1111100 0 1000101 101111 1000 101010101 1010000 111101

Color Harmonies of #EB4A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A7C

Black with #EB4A7C

Text Example


Text Example

White with #EB4A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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