Html Css Color HEX #EB1894 Deep Pink

📋 copy color: '#EB1894'

red 235 ◦ green 24 ◦ blue 148

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

Shades of Deep Pink #EB1894

Tints of Deep Pink #EB1894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 57.74%
G = 5.9%
B = 36.36%

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

#EB1894 (or 0xEB1894) is known color: Deep Pink. HEX triplet: EB, 18 and 94. RGB value is (235,24,148). Sum of RGB (Red+Green+Blue) = 235+24+148=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1894 is #14E76B. Grayscale: #646464. Windows color (decimal): -1369964 or 9705707. OLE color: 9705707.

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

Color convert

RGB 235 24 148 -
CMYK 0 0.90 0.37 0.08
HSL 324.74º 0.84% 0.51% -
HSV(B) 324.74º 0.9% 0.92% -
XYZ 39.93 20.45 29.86 -
YUV 101.23 154.4 223.42 -
System Red Green Blue C M Y K H S L
Decimal 235 24 148 0 0.90 0.37 0.08 324.74 0.84 0.51
Hex EB 18 94 0 5A 25 8 145 54 33
Octal 353 30 224 0 132 45 10 505 124 63
Binary 11101011 11000 10010100 0 1011010 100101 1000 101000101 1010100 110011

Color Harmonies of #EB1894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1894

Black with #EB1894

Text Example


Text Example

White with #EB1894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1894; }

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

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

background-color css

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

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

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

border-color css

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

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

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