Html Css Color HEX #EB1895 Deep Pink

📋 copy color: '#EB1895'

red 235 ◦ green 24 ◦ blue 149

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

Shades of Deep Pink #EB1895

Tints of Deep Pink #EB1895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 57.6%
G = 5.88%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EB1895 (or 0xEB1895) is known color: Deep Pink. HEX triplet: EB, 18 and 95. RGB value is (235,24,149). Sum of RGB (Red+Green+Blue) = 235+24+149=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1895 is #14E76A. Grayscale: #656565. Windows color (decimal): -1369963 or 9771243. OLE color: 9771243.

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

Color convert

RGB 235 24 149 -
CMYK 0 0.90 0.37 0.08
HSL 324.46º 0.84% 0.51% -
HSV(B) 324.46º 0.9% 0.92% -
XYZ 40.01 20.49 30.28 -
YUV 101.34 154.9 223.34 -
System Red Green Blue C M Y K H S L
Decimal 235 24 149 0 0.90 0.37 0.08 324.46 0.84 0.51
Hex EB 18 95 0 5A 25 8 144 54 33
Octal 353 30 225 0 132 45 10 504 124 63
Binary 11101011 11000 10010101 0 1011010 100101 1000 101000100 1010100 110011

Color Harmonies of #EB1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1895

Black with #EB1895

Text Example


Text Example

White with #EB1895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1895; }

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

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

background-color css

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

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

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

border-color css

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

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

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