Html Css Color HEX #EB1892 Deep Pink

📋 copy color: '#EB1892'

red 235 ◦ green 24 ◦ blue 146

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

Shades of Deep Pink #EB1892

Tints of Deep Pink #EB1892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.05%

R = 58.02%
G = 5.93%
B = 36.05%

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

#EB1892 (or 0xEB1892) is known color: Deep Pink. HEX triplet: EB, 18 and 92. RGB value is (235,24,146). Sum of RGB (Red+Green+Blue) = 235+24+146=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1892 is #14E76D. Grayscale: #646464. Windows color (decimal): -1369966 or 9574635. OLE color: 9574635.

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

Color convert

RGB 235 24 146 -
CMYK 0 0.90 0.38 0.08
HSL 325.31º 0.84% 0.51% -
HSV(B) 325.31º 0.9% 0.92% -
XYZ 39.78 20.39 29.03 -
YUV 101 153.4 223.58 -
System Red Green Blue C M Y K H S L
Decimal 235 24 146 0 0.90 0.38 0.08 325.31 0.84 0.51
Hex EB 18 92 0 5A 26 8 145 54 33
Octal 353 30 222 0 132 46 10 505 124 63
Binary 11101011 11000 10010010 0 1011010 100110 1000 101000101 1010100 110011

Color Harmonies of #EB1892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1892

Black with #EB1892

Text Example


Text Example

White with #EB1892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1892; }

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

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

background-color css

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

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

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

border-color css

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

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

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