Html Css Color HEX #EB1C8E Deep Pink

📋 copy color: '#EB1C8E'

red 235 ◦ green 28 ◦ blue 142

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

Shades of Deep Pink #EB1C8E

Tints of Deep Pink #EB1C8E

RGB

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

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

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

R = 58.02%
G = 6.91%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB1C8E (or 0xEB1C8E) is known color: Deep Pink. HEX triplet: EB, 1C and 8E. RGB value is (235,28,142). Sum of RGB (Red+Green+Blue) = 235+28+142=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1C8E is #14E371. Grayscale: #666666. Windows color (decimal): -1368946 or 9313515. OLE color: 9313515.

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

Color convert

RGB 235 28 142 -
CMYK 0 0.88 0.40 0.08
HSL 326.96º 0.84% 0.52% -
HSV(B) 326.96º 0.88% 0.92% -
XYZ 39.56 20.45 27.45 -
YUV 102.89 150.08 222.23 -
System Red Green Blue C M Y K H S L
Decimal 235 28 142 0 0.88 0.40 0.08 326.96 0.84 0.52
Hex EB 1C 8E 0 58 28 8 147 54 34
Octal 353 34 216 0 130 50 10 507 124 64
Binary 11101011 11100 10001110 0 1011000 101000 1000 101000111 1010100 110100

Color Harmonies of #EB1C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1C8E

Black with #EB1C8E

Text Example


Text Example

White with #EB1C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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