Html Css Color HEX #EB506F Dark Pink

📋 copy color: '#EB506F'

red 235 ◦ green 80 ◦ blue 111

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

Shades of Dark Pink #EB506F

Tints of Dark Pink #EB506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

 BLUE value IS 111 (43.75% from 255) = 26.06%

R = 55.16%
G = 18.78%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB506F (or 0xEB506F) is known color: Dark Pink. HEX triplet: EB, 50 and 6F. RGB value is (235,80,111). Sum of RGB (Red+Green+Blue) = 235+80+111=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB506F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB506F is #14AF90. Grayscale: #818181. Windows color (decimal): -1355665 or 7295211. OLE color: 7295211.

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

Color convert

RGB 235 80 111 -
CMYK 0 0.66 0.53 0.08
HSL 348º 0.79% 0.62% -
HSV(B) 348º 0.66% 0.92% -
XYZ 40 24.55 17.67 -
YUV 129.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 235 80 111 0 0.66 0.53 0.08 348 0.79 0.62
Hex EB 50 6F 0 42 35 8 15C 4F 3E
Octal 353 120 157 0 102 65 10 534 117 76
Binary 11101011 1010000 1101111 0 1000010 110101 1000 101011100 1001111 111110

Color Harmonies of #EB506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB506F

Black with #EB506F

Text Example


Text Example

White with #EB506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB506F; }

 p { color: rgb(235,80,111); }

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

background-color css

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

 a { background-color: rgb(235,80,111); }

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

border-color css

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

 span { border-color: rgb(235,80,111); }

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