Html Css Color HEX #EB1C8D Deep Pink

📋 copy color: '#EB1C8D'

red 235 ◦ green 28 ◦ blue 141

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

Shades of Deep Pink #EB1C8D

Tints of Deep Pink #EB1C8D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.93%

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 58.17%
G = 6.93%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB1C8D (or 0xEB1C8D) is known color: Deep Pink. HEX triplet: EB, 1C and 8D. RGB value is (235,28,141). Sum of RGB (Red+Green+Blue) = 235+28+141=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1C8D is #14E372. Grayscale: #666666. Windows color (decimal): -1368947 or 9247979. OLE color: 9247979.

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

Color convert

RGB 235 28 141 -
CMYK 0 0.88 0.4 0.08
HSL 327.25º 0.84% 0.52% -
HSV(B) 327.25º 0.88% 0.92% -
XYZ 39.48 20.42 27.06 -
YUV 102.78 149.58 222.31 -
System Red Green Blue C M Y K H S L
Decimal 235 28 141 0 0.88 0.4 0.08 327.25 0.84 0.52
Hex EB 1C 8D 0 58 28 8 147 54 34
Octal 353 34 215 0 130 50 10 507 124 64
Binary 11101011 11100 10001101 0 1011000 101000 1000 101000111 1010100 110100

Color Harmonies of #EB1C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1C8D

Black with #EB1C8D

Text Example


Text Example

White with #EB1C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1C8D; }

 p { color: rgb(235,28,141); }

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

background-color css

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

 a { background-color: rgb(235,28,141); }

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

border-color css

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

 span { border-color: rgb(235,28,141); }

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