Html Css Color HEX #EB6185 Dark Pink

📋 copy color: '#EB6185'

red 235 ◦ green 97 ◦ blue 133

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

Shades of Dark Pink #EB6185

Tints of Dark Pink #EB6185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.86%

 BLUE value IS 133 (52.34% from 255) = 28.6%

R = 50.54%
G = 20.86%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB6185 (or 0xEB6185) is known color: Dark Pink. HEX triplet: EB, 61 and 85. RGB value is (235,97,133). Sum of RGB (Red+Green+Blue) = 235+97+133=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6185 is #149E7A. Grayscale: #8E8E8E. Windows color (decimal): -1351291 or 8741355. OLE color: 8741355.

HSL color Cylindrical-coordinate representation of color #EB6185: hue angle of 344.35º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB6185 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 97 133 -
CMYK 0 0.59 0.43 0.08
HSL 344.35º 0.78% 0.65% -
HSV(B) 344.35º 0.59% 0.92% -
XYZ 42.77 27.91 25.32 -
YUV 142.37 122.72 194.07 -
System Red Green Blue C M Y K H S L
Decimal 235 97 133 0 0.59 0.43 0.08 344.35 0.78 0.65
Hex EB 61 85 0 3B 2B 8 158 4E 41
Octal 353 141 205 0 73 53 10 530 116 101
Binary 11101011 1100001 10000101 0 111011 101011 1000 101011000 1001110 1000001

Color Harmonies of #EB6185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6185

Black with #EB6185

Text Example


Text Example

White with #EB6185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6185; }

 p { color: rgb(235,97,133); }

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

background-color css

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

 a { background-color: rgb(235,97,133); }

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

border-color css

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

 span { border-color: rgb(235,97,133); }

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