Html Css Color HEX #EB5270 Dark Pink

📋 copy color: '#EB5270'

red 235 ◦ green 82 ◦ blue 112

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

Shades of Dark Pink #EB5270

Tints of Dark Pink #EB5270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.11%

R = 54.78%
G = 19.11%
B = 26.11%

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

#EB5270 (or 0xEB5270) is known color: Dark Pink. HEX triplet: EB, 52 and 70. RGB value is (235,82,112). Sum of RGB (Red+Green+Blue) = 235+82+112=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5270 is #14AD8F. Grayscale: #838383. Windows color (decimal): -1355152 or 7361259. OLE color: 7361259.

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

Color convert

RGB 235 82 112 -
CMYK 0 0.65 0.52 0.08
HSL 348.24º 0.79% 0.62% -
HSV(B) 348.24º 0.65% 0.92% -
XYZ 40.2 24.87 18.01 -
YUV 131.17 117.19 202.06 -
System Red Green Blue C M Y K H S L
Decimal 235 82 112 0 0.65 0.52 0.08 348.24 0.79 0.62
Hex EB 52 70 0 41 34 8 15C 4F 3E
Octal 353 122 160 0 101 64 10 534 117 76
Binary 11101011 1010010 1110000 0 1000001 110100 1000 101011100 1001111 111110

Color Harmonies of #EB5270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5270

Black with #EB5270

Text Example


Text Example

White with #EB5270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5270; }

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

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

background-color css

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

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

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

border-color css

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

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

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