Html Css Color HEX #EB5D90 Dark Pink

📋 copy color: '#EB5D90'

red 235 ◦ green 93 ◦ blue 144

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

Shades of Dark Pink #EB5D90

Tints of Dark Pink #EB5D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.7%

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

R = 49.79%
G = 19.7%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB5D90 (or 0xEB5D90) is known color: Dark Pink. HEX triplet: EB, 5D and 90. RGB value is (235,93,144). Sum of RGB (Red+Green+Blue) = 235+93+144=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5D90 is #14A26F. Grayscale: #8D8D8D. Windows color (decimal): -1352304 or 9461227. OLE color: 9461227.

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

Color convert

RGB 235 93 144 -
CMYK 0 0.60 0.39 0.08
HSL 338.45º 0.78% 0.64% -
HSV(B) 338.45º 0.6% 0.92% -
XYZ 43.21 27.5 29.42 -
YUV 141.27 129.54 194.85 -
System Red Green Blue C M Y K H S L
Decimal 235 93 144 0 0.60 0.39 0.08 338.45 0.78 0.64
Hex EB 5D 90 0 3C 27 8 152 4E 40
Octal 353 135 220 0 74 47 10 522 116 100
Binary 11101011 1011101 10010000 0 111100 100111 1000 101010010 1001110 1000000

Color Harmonies of #EB5D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D90

Black with #EB5D90

Text Example


Text Example

White with #EB5D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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