Html Css Color HEX #EB007C Deep Pink

📋 copy color: '#EB007C'

red 235 ◦ green 0 ◦ blue 124

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

Shades of Deep Pink #EB007C

Tints of Deep Pink #EB007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.46%
G = 0%
B = 34.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB007C (or 0xEB007C) is known color: Deep Pink. HEX triplet: EB, 00 and 7C. RGB value is (235,0,124). Sum of RGB (Red+Green+Blue) = 235+0+124=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB007C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB007C is #14FF83. Grayscale: #545454. Windows color (decimal): -1376132 or 8126699. OLE color: 8126699.

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

Color convert

RGB 235 0 124 -
CMYK 0 1 0.47 0.08
HSL 328.34º 1% 0.46% -
HSV(B) 328.34º 1% 0.92% -
XYZ 37.9 19.12 20.76 -
YUV 84.4 150.36 235.42 -
System Red Green Blue C M Y K H S L
Decimal 235 0 124 0 1 0.47 0.08 328.34 1 0.46
Hex EB 0 7C 0 64 2F 8 148 64 2E
Octal 353 0 174 0 144 57 10 510 144 56
Binary 11101011 0 1111100 0 1100100 101111 1000 101001000 1100100 101110

Color Harmonies of #EB007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB007C

Black with #EB007C

Text Example


Text Example

White with #EB007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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