Html Css Color HEX #EB138B Deep Pink

📋 copy color: '#EB138B'

red 235 ◦ green 19 ◦ blue 139

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

Shades of Deep Pink #EB138B

Tints of Deep Pink #EB138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.83%

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 59.8%
G = 4.83%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB138B (or 0xEB138B) is known color: Deep Pink. HEX triplet: EB, 13 and 8B. RGB value is (235,19,139). Sum of RGB (Red+Green+Blue) = 235+19+139=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB138B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB138B is #14EC74. Grayscale: #616161. Windows color (decimal): -1371253 or 9114603. OLE color: 9114603.

HSL color Cylindrical-coordinate representation of color #EB138B: hue angle of 326.67º degrees, saturation: 0.85, 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 #EB138B is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 19 139 -
CMYK 0 0.92 0.41 0.08
HSL 326.67º 0.85% 0.5% -
HSV(B) 326.67º 0.92% 0.92% -
XYZ 39.15 19.99 26.22 -
YUV 97.26 151.56 226.24 -
System Red Green Blue C M Y K H S L
Decimal 235 19 139 0 0.92 0.41 0.08 326.67 0.85 0.5
Hex EB 13 8B 0 5C 29 8 147 55 32
Octal 353 23 213 0 134 51 10 507 125 62
Binary 11101011 10011 10001011 0 1011100 101001 1000 101000111 1010101 110010

Color Harmonies of #EB138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB138B

Black with #EB138B

Text Example


Text Example

White with #EB138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB138B; }

 p { color: rgb(235,19,139); }

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

background-color css

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

 a { background-color: rgb(235,19,139); }

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

border-color css

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

 span { border-color: rgb(235,19,139); }

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