Html Css Color HEX #EB128F Deep Pink

📋 copy color: '#EB128F'

red 235 ◦ green 18 ◦ blue 143

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

Shades of Deep Pink #EB128F

Tints of Deep Pink #EB128F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.55%

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

R = 59.34%
G = 4.55%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB128F (or 0xEB128F) is known color: Deep Pink. HEX triplet: EB, 12 and 8F. RGB value is (235,18,143). Sum of RGB (Red+Green+Blue) = 235+18+143=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB128F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB128F is #14ED70. Grayscale: #606060. Windows color (decimal): -1371505 or 9376491. OLE color: 9376491.

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

Color convert

RGB 235 18 143 -
CMYK 0 0.92 0.39 0.08
HSL 325.44º 0.86% 0.5% -
HSV(B) 325.44º 0.92% 0.92% -
XYZ 39.44 20.08 27.78 -
YUV 97.13 153.89 226.34 -
System Red Green Blue C M Y K H S L
Decimal 235 18 143 0 0.92 0.39 0.08 325.44 0.86 0.5
Hex EB 12 8F 0 5C 27 8 145 56 32
Octal 353 22 217 0 134 47 10 505 126 62
Binary 11101011 10010 10001111 0 1011100 100111 1000 101000101 1010110 110010

Color Harmonies of #EB128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB128F

Black with #EB128F

Text Example


Text Example

White with #EB128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB128F; }

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

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

background-color css

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

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

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

border-color css

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

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

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