Html Css Color HEX #EB147C Deep Pink

📋 copy color: '#EB147C'

red 235 ◦ green 20 ◦ blue 124

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

Shades of Deep Pink #EB147C

Tints of Deep Pink #EB147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.28%

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

R = 62.01%
G = 5.28%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB147C (or 0xEB147C) is known color: Deep Pink. HEX triplet: EB, 14 and 7C. RGB value is (235,20,124). Sum of RGB (Red+Green+Blue) = 235+20+124=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB147C is #14EB83. Grayscale: #5F5F5F. Windows color (decimal): -1371012 or 8131819. OLE color: 8131819.

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

Color convert

RGB 235 20 124 -
CMYK 0 0.91 0.47 0.08
HSL 330.98º 0.84% 0.5% -
HSV(B) 330.98º 0.91% 0.92% -
XYZ 38.15 19.62 20.84 -
YUV 96.14 143.73 227.04 -
System Red Green Blue C M Y K H S L
Decimal 235 20 124 0 0.91 0.47 0.08 330.98 0.84 0.5
Hex EB 14 7C 0 5B 2F 8 14B 54 32
Octal 353 24 174 0 133 57 10 513 124 62
Binary 11101011 10100 1111100 0 1011011 101111 1000 101001011 1010100 110010

Color Harmonies of #EB147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB147C

Black with #EB147C

Text Example


Text Example

White with #EB147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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