Html Css Color HEX #EB177E Deep Pink

📋 copy color: '#EB177E'

red 235 ◦ green 23 ◦ blue 126

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

Shades of Deep Pink #EB177E

Tints of Deep Pink #EB177E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 61.2%
G = 5.99%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB177E (or 0xEB177E) is known color: Deep Pink. HEX triplet: EB, 17 and 7E. RGB value is (235,23,126). Sum of RGB (Red+Green+Blue) = 235+23+126=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB177E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB177E is #14E881. Grayscale: #616161. Windows color (decimal): -1370242 or 8263659. OLE color: 8263659.

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

Color convert

RGB 235 23 126 -
CMYK 0 0.90 0.46 0.08
HSL 330.85º 0.84% 0.51% -
HSV(B) 330.85º 0.9% 0.92% -
XYZ 38.33 19.78 21.54 -
YUV 98.13 143.74 225.62 -
System Red Green Blue C M Y K H S L
Decimal 235 23 126 0 0.90 0.46 0.08 330.85 0.84 0.51
Hex EB 17 7E 0 5A 2E 8 14B 54 33
Octal 353 27 176 0 132 56 10 513 124 63
Binary 11101011 10111 1111110 0 1011010 101110 1000 101001011 1010100 110011

Color Harmonies of #EB177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB177E

Black with #EB177E

Text Example


Text Example

White with #EB177E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB177E; }

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

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

background-color css

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

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

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

border-color css

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

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

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