Html Css Color HEX #EB6282 Dark Pink

📋 copy color: '#EB6282'

red 235 ◦ green 98 ◦ blue 130

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

Shades of Dark Pink #EB6282

Tints of Dark Pink #EB6282

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.17%

 BLUE value IS 130 (51.17% from 255) = 28.08%

R = 50.76%
G = 21.17%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB6282 (or 0xEB6282) is known color: Dark Pink. HEX triplet: EB, 62 and 82. RGB value is (235,98,130). Sum of RGB (Red+Green+Blue) = 235+98+130=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6282 is #149D7D. Grayscale: #8E8E8E. Windows color (decimal): -1351038 or 8545003. OLE color: 8545003.

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

Color convert

RGB 235 98 130 -
CMYK 0 0.58 0.45 0.08
HSL 345.99º 0.77% 0.65% -
HSV(B) 345.99º 0.58% 0.92% -
XYZ 42.66 28.01 24.28 -
YUV 142.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 235 98 130 0 0.58 0.45 0.08 345.99 0.77 0.65
Hex EB 62 82 0 3A 2D 8 15A 4D 41
Octal 353 142 202 0 72 55 10 532 115 101
Binary 11101011 1100010 10000010 0 111010 101101 1000 101011010 1001101 1000001

Color Harmonies of #EB6282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6282

Black with #EB6282

Text Example


Text Example

White with #EB6282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6282; }

 p { color: rgb(235,98,130); }

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

background-color css

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

 a { background-color: rgb(235,98,130); }

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

border-color css

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

 span { border-color: rgb(235,98,130); }

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