Html Css Color HEX #EB1290 Deep Pink

📋 copy color: '#EB1290'

red 235 ◦ green 18 ◦ blue 144

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

Shades of Deep Pink #EB1290

Tints of Deep Pink #EB1290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.53%

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 59.19%
G = 4.53%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB1290 (or 0xEB1290) is known color: Deep Pink. HEX triplet: EB, 12 and 90. RGB value is (235,18,144). Sum of RGB (Red+Green+Blue) = 235+18+144=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1290 is #14ED6F. Grayscale: #606060. Windows color (decimal): -1371504 or 9442027. OLE color: 9442027.

HSL color Cylindrical-coordinate representation of color #EB1290: hue angle of 325.16º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB1290 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 18 144 -
CMYK 0 0.92 0.39 0.08
HSL 325.16º 0.86% 0.5% -
HSV(B) 325.16º 0.92% 0.92% -
XYZ 39.51 20.11 28.18 -
YUV 97.25 154.39 226.25 -
System Red Green Blue C M Y K H S L
Decimal 235 18 144 0 0.92 0.39 0.08 325.16 0.86 0.5
Hex EB 12 90 0 5C 27 8 145 56 32
Octal 353 22 220 0 134 47 10 505 126 62
Binary 11101011 10010 10010000 0 1011100 100111 1000 101000101 1010110 110010

Color Harmonies of #EB1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1290

Black with #EB1290

Text Example


Text Example

White with #EB1290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1290; }

 p { color: rgb(235,18,144); }

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

background-color css

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

 a { background-color: rgb(235,18,144); }

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

border-color css

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

 span { border-color: rgb(235,18,144); }

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