Html Css Color HEX #EB6085 Dark Pink

📋 copy color: '#EB6085'

red 235 ◦ green 96 ◦ blue 133

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

Shades of Dark Pink #EB6085

Tints of Dark Pink #EB6085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.69%

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

R = 50.65%
G = 20.69%
B = 28.66%

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

#EB6085 (or 0xEB6085) is known color: Dark Pink. HEX triplet: EB, 60 and 85. RGB value is (235,96,133). Sum of RGB (Red+Green+Blue) = 235+96+133=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6085 is #149F7A. Grayscale: #8D8D8D. Windows color (decimal): -1351547 or 8741099. OLE color: 8741099.

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

Color convert

RGB 235 96 133 -
CMYK 0 0.59 0.43 0.08
HSL 344.03º 0.78% 0.65% -
HSV(B) 344.03º 0.59% 0.92% -
XYZ 42.68 27.72 25.29 -
YUV 141.78 123.05 194.49 -
System Red Green Blue C M Y K H S L
Decimal 235 96 133 0 0.59 0.43 0.08 344.03 0.78 0.65
Hex EB 60 85 0 3B 2B 8 158 4E 41
Octal 353 140 205 0 73 53 10 530 116 101
Binary 11101011 1100000 10000101 0 111011 101011 1000 101011000 1001110 1000001

Color Harmonies of #EB6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6085

Black with #EB6085

Text Example


Text Example

White with #EB6085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6085; }

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

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

background-color css

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

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

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

border-color css

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

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

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