Html Css Color HEX #EB178E Deep Pink

📋 copy color: '#EB178E'

red 235 ◦ green 23 ◦ blue 142

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

Shades of Deep Pink #EB178E

Tints of Deep Pink #EB178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.75%

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 58.75%
G = 5.75%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB178E (or 0xEB178E) is known color: Deep Pink. HEX triplet: EB, 17 and 8E. RGB value is (235,23,142). Sum of RGB (Red+Green+Blue) = 235+23+142=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB178E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB178E is #14E871. Grayscale: #636363. Windows color (decimal): -1370226 or 9312235. OLE color: 9312235.

HSL color Cylindrical-coordinate representation of color #EB178E: hue angle of 326.32º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB178E is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 23 142 -
CMYK 0 0.90 0.40 0.08
HSL 326.32º 0.84% 0.51% -
HSV(B) 326.32º 0.9% 0.92% -
XYZ 39.45 20.23 27.42 -
YUV 99.95 151.74 224.32 -
System Red Green Blue C M Y K H S L
Decimal 235 23 142 0 0.90 0.40 0.08 326.32 0.84 0.51
Hex EB 17 8E 0 5A 28 8 146 54 33
Octal 353 27 216 0 132 50 10 506 124 63
Binary 11101011 10111 10001110 0 1011010 101000 1000 101000110 1010100 110011

Color Harmonies of #EB178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB178E

Black with #EB178E

Text Example


Text Example

White with #EB178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB178E; }

 p { color: rgb(235,23,142); }

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

background-color css

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

 a { background-color: rgb(235,23,142); }

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

border-color css

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

 span { border-color: rgb(235,23,142); }

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