Html Css Color HEX #EB1891 Deep Pink

📋 copy color: '#EB1891'

red 235 ◦ green 24 ◦ blue 145

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

Shades of Deep Pink #EB1891

Tints of Deep Pink #EB1891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.94%

 BLUE value IS 145 (57.03% from 255) = 35.89%

R = 58.17%
G = 5.94%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB1891 (or 0xEB1891) is known color: Deep Pink. HEX triplet: EB, 18 and 91. RGB value is (235,24,145). Sum of RGB (Red+Green+Blue) = 235+24+145=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1891 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1891 is #14E76E. Grayscale: #646464. Windows color (decimal): -1369967 or 9509099. OLE color: 9509099.

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

Color convert

RGB 235 24 145 -
CMYK 0 0.90 0.38 0.08
HSL 325.59º 0.84% 0.51% -
HSV(B) 325.59º 0.9% 0.92% -
XYZ 39.7 20.36 28.63 -
YUV 100.88 152.9 223.66 -
System Red Green Blue C M Y K H S L
Decimal 235 24 145 0 0.90 0.38 0.08 325.59 0.84 0.51
Hex EB 18 91 0 5A 26 8 146 54 33
Octal 353 30 221 0 132 46 10 506 124 63
Binary 11101011 11000 10010001 0 1011010 100110 1000 101000110 1010100 110011

Color Harmonies of #EB1891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1891

Black with #EB1891

Text Example


Text Example

White with #EB1891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1891; }

 p { color: rgb(235,24,145); }

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

background-color css

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

 a { background-color: rgb(235,24,145); }

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

border-color css

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

 span { border-color: rgb(235,24,145); }

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