Html Css Color HEX #EB127C Deep Pink

📋 copy color: '#EB127C'

red 235 ◦ green 18 ◦ blue 124

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

Shades of Deep Pink #EB127C

Tints of Deep Pink #EB127C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 62.33%
G = 4.77%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB127C (or 0xEB127C) is known color: Deep Pink. HEX triplet: EB, 12 and 7C. RGB value is (235,18,124). Sum of RGB (Red+Green+Blue) = 235+18+124=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB127C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB127C is #14ED83. Grayscale: #5E5E5E. Windows color (decimal): -1371524 or 8131307. OLE color: 8131307.

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

Color convert

RGB 235 18 124 -
CMYK 0 0.92 0.47 0.08
HSL 330.69º 0.86% 0.5% -
HSV(B) 330.69º 0.92% 0.92% -
XYZ 38.12 19.55 20.83 -
YUV 94.97 144.39 227.88 -
System Red Green Blue C M Y K H S L
Decimal 235 18 124 0 0.92 0.47 0.08 330.69 0.86 0.5
Hex EB 12 7C 0 5C 2F 8 14B 56 32
Octal 353 22 174 0 134 57 10 513 126 62
Binary 11101011 10010 1111100 0 1011100 101111 1000 101001011 1010110 110010

Color Harmonies of #EB127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB127C

Black with #EB127C

Text Example


Text Example

White with #EB127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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