Html Css Color HEX #EB047C Deep Pink

📋 copy color: '#EB047C'

red 235 ◦ green 4 ◦ blue 124

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

Shades of Deep Pink #EB047C

Tints of Deep Pink #EB047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 64.74%
G = 1.1%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB047C (or 0xEB047C) is known color: Deep Pink. HEX triplet: EB, 04 and 7C. RGB value is (235,4,124). Sum of RGB (Red+Green+Blue) = 235+4+124=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB047C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB047C is #14FB83. Grayscale: #565656. Windows color (decimal): -1375108 or 8127723. OLE color: 8127723.

HSL color Cylindrical-coordinate representation of color #EB047C: hue angle of 328.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB047C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 4 124 -
CMYK 0 0.98 0.47 0.08
HSL 328.83º 0.97% 0.47% -
HSV(B) 328.83º 0.98% 0.92% -
XYZ 37.94 19.2 20.78 -
YUV 86.75 149.03 233.74 -
System Red Green Blue C M Y K H S L
Decimal 235 4 124 0 0.98 0.47 0.08 328.83 0.97 0.47
Hex EB 4 7C 0 62 2F 8 149 61 2F
Octal 353 4 174 0 142 57 10 511 141 57
Binary 11101011 100 1111100 0 1100010 101111 1000 101001001 1100001 101111

Color Harmonies of #EB047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB047C

Black with #EB047C

Text Example


Text Example

White with #EB047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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