Html Css Color HEX #EB037C Deep Pink

📋 copy color: '#EB037C'

red 235 ◦ green 3 ◦ blue 124

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

Shades of Deep Pink #EB037C

Tints of Deep Pink #EB037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 64.92%
G = 0.83%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB037C (or 0xEB037C) is known color: Deep Pink. HEX triplet: EB, 03 and 7C. RGB value is (235,3,124). Sum of RGB (Red+Green+Blue) = 235+3+124=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB037C is #14FC83. Grayscale: #555555. Windows color (decimal): -1375364 or 8127467. OLE color: 8127467.

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

Color convert

RGB 235 3 124 -
CMYK 0 0.99 0.47 0.08
HSL 328.71º 0.97% 0.47% -
HSV(B) 328.71º 0.99% 0.92% -
XYZ 37.93 19.18 20.77 -
YUV 86.16 149.36 234.16 -
System Red Green Blue C M Y K H S L
Decimal 235 3 124 0 0.99 0.47 0.08 328.71 0.97 0.47
Hex EB 3 7C 0 63 2F 8 149 61 2F
Octal 353 3 174 0 143 57 10 511 141 57
Binary 11101011 11 1111100 0 1100011 101111 1000 101001001 1100001 101111

Color Harmonies of #EB037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB037C

Black with #EB037C

Text Example


Text Example

White with #EB037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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