Html Css Color HEX #EB138F Deep Pink

📋 copy color: '#EB138F'

red 235 ◦ green 19 ◦ blue 143

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

Shades of Deep Pink #EB138F

Tints of Deep Pink #EB138F

RGB

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

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

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

R = 59.19%
G = 4.79%
B = 36.02%

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

#EB138F (or 0xEB138F) is known color: Deep Pink. HEX triplet: EB, 13 and 8F. RGB value is (235,19,143). Sum of RGB (Red+Green+Blue) = 235+19+143=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB138F is #14EC70. Grayscale: #616161. Windows color (decimal): -1371249 or 9376747. OLE color: 9376747.

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

Color convert

RGB 235 19 143 -
CMYK 0 0.92 0.39 0.08
HSL 325.56º 0.85% 0.5% -
HSV(B) 325.56º 0.92% 0.92% -
XYZ 39.45 20.11 27.79 -
YUV 97.72 153.56 225.92 -
System Red Green Blue C M Y K H S L
Decimal 235 19 143 0 0.92 0.39 0.08 325.56 0.85 0.5
Hex EB 13 8F 0 5C 27 8 146 55 32
Octal 353 23 217 0 134 47 10 506 125 62
Binary 11101011 10011 10001111 0 1011100 100111 1000 101000110 1010101 110010

Color Harmonies of #EB138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB138F

Black with #EB138F

Text Example


Text Example

White with #EB138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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