Html Css Color HEX #EB118F Deep Pink

📋 copy color: '#EB118F'

red 235 ◦ green 17 ◦ blue 143

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

Shades of Deep Pink #EB118F

Tints of Deep Pink #EB118F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.3%

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 59.49%
G = 4.3%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB118F (or 0xEB118F) is known color: Deep Pink. HEX triplet: EB, 11 and 8F. RGB value is (235,17,143). Sum of RGB (Red+Green+Blue) = 235+17+143=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB118F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB118F is #14EE70. Grayscale: #606060. Windows color (decimal): -1371761 or 9376235. OLE color: 9376235.

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

Color convert

RGB 235 17 143 -
CMYK 0 0.93 0.39 0.08
HSL 325.32º 0.87% 0.49% -
HSV(B) 325.32º 0.93% 0.92% -
XYZ 39.42 20.05 27.78 -
YUV 96.55 154.22 226.75 -
System Red Green Blue C M Y K H S L
Decimal 235 17 143 0 0.93 0.39 0.08 325.32 0.87 0.49
Hex EB 11 8F 0 5D 27 8 145 57 31
Octal 353 21 217 0 135 47 10 505 127 61
Binary 11101011 10001 10001111 0 1011101 100111 1000 101000101 1010111 110001

Color Harmonies of #EB118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB118F

Black with #EB118F

Text Example


Text Example

White with #EB118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB118F; }

 p { color: rgb(235,17,143); }

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

background-color css

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

 a { background-color: rgb(235,17,143); }

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

border-color css

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

 span { border-color: rgb(235,17,143); }

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