Html Css Color HEX #EB107D Deep Pink

📋 copy color: '#EB107D'

red 235 ◦ green 16 ◦ blue 125

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

Shades of Deep Pink #EB107D

Tints of Deep Pink #EB107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 62.5%
G = 4.26%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB107D (or 0xEB107D) is known color: Deep Pink. HEX triplet: EB, 10 and 7D. RGB value is (235,16,125). Sum of RGB (Red+Green+Blue) = 235+16+125=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB107D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB107D is #14EF82. Grayscale: #5D5D5D. Windows color (decimal): -1372035 or 8196331. OLE color: 8196331.

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

Color convert

RGB 235 16 125 -
CMYK 0 0.93 0.47 0.08
HSL 330.14º 0.87% 0.49% -
HSV(B) 330.14º 0.93% 0.92% -
XYZ 38.15 19.51 21.16 -
YUV 93.91 145.55 228.64 -
System Red Green Blue C M Y K H S L
Decimal 235 16 125 0 0.93 0.47 0.08 330.14 0.87 0.49
Hex EB 10 7D 0 5D 2F 8 14A 57 31
Octal 353 20 175 0 135 57 10 512 127 61
Binary 11101011 10000 1111101 0 1011101 101111 1000 101001010 1010111 110001

Color Harmonies of #EB107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB107D

Black with #EB107D

Text Example


Text Example

White with #EB107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB107D; }

 p { color: rgb(235,16,125); }

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

background-color css

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

 a { background-color: rgb(235,16,125); }

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

border-color css

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

 span { border-color: rgb(235,16,125); }

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