Html Css Color HEX #EB526D Dark Pink

📋 copy color: '#EB526D'

red 235 ◦ green 82 ◦ blue 109

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

Shades of Dark Pink #EB526D

Tints of Dark Pink #EB526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.25%

 BLUE value IS 109 (42.97% from 255) = 25.59%

R = 55.16%
G = 19.25%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB526D (or 0xEB526D) is known color: Dark Pink. HEX triplet: EB, 52 and 6D. RGB value is (235,82,109). Sum of RGB (Red+Green+Blue) = 235+82+109=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB526D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB526D is #14AD92. Grayscale: #828282. Windows color (decimal): -1355155 or 7164651. OLE color: 7164651.

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

Color convert

RGB 235 82 109 -
CMYK 0 0.65 0.54 0.08
HSL 349.41º 0.79% 0.62% -
HSV(B) 349.41º 0.65% 0.92% -
XYZ 40.04 24.8 17.14 -
YUV 130.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 235 82 109 0 0.65 0.54 0.08 349.41 0.79 0.62
Hex EB 52 6D 0 41 36 8 15D 4F 3E
Octal 353 122 155 0 101 66 10 535 117 76
Binary 11101011 1010010 1101101 0 1000001 110110 1000 101011101 1001111 111110

Color Harmonies of #EB526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB526D

Black with #EB526D

Text Example


Text Example

White with #EB526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB526D; }

 p { color: rgb(235,82,109); }

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

background-color css

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

 a { background-color: rgb(235,82,109); }

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

border-color css

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

 span { border-color: rgb(235,82,109); }

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