Html Css Color HEX #EB5271 Dark Pink

📋 copy color: '#EB5271'

red 235 ◦ green 82 ◦ blue 113

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

Shades of Dark Pink #EB5271

Tints of Dark Pink #EB5271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.28%

R = 54.65%
G = 19.07%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB5271 (or 0xEB5271) is known color: Dark Pink. HEX triplet: EB, 52 and 71. RGB value is (235,82,113). Sum of RGB (Red+Green+Blue) = 235+82+113=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5271 is #14AD8E. Grayscale: #838383. Windows color (decimal): -1355151 or 7426795. OLE color: 7426795.

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

Color convert

RGB 235 82 113 -
CMYK 0 0.65 0.52 0.08
HSL 347.84º 0.79% 0.62% -
HSV(B) 347.84º 0.65% 0.92% -
XYZ 40.26 24.89 18.3 -
YUV 131.28 117.69 201.98 -
System Red Green Blue C M Y K H S L
Decimal 235 82 113 0 0.65 0.52 0.08 347.84 0.79 0.62
Hex EB 52 71 0 41 34 8 15C 4F 3E
Octal 353 122 161 0 101 64 10 534 117 76
Binary 11101011 1010010 1110001 0 1000001 110100 1000 101011100 1001111 111110

Color Harmonies of #EB5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5271

Black with #EB5271

Text Example


Text Example

White with #EB5271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5271; }

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

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

background-color css

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

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

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

border-color css

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

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

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