Html Css Color HEX #EB5B8F Dark Pink

📋 copy color: '#EB5B8F'

red 235 ◦ green 91 ◦ blue 143

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

Shades of Dark Pink #EB5B8F

Tints of Dark Pink #EB5B8F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.4%

 BLUE value IS 143 (56.25% from 255) = 30.49%

R = 50.11%
G = 19.4%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB5B8F (or 0xEB5B8F) is known color: Dark Pink. HEX triplet: EB, 5B and 8F. RGB value is (235,91,143). Sum of RGB (Red+Green+Blue) = 235+91+143=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5B8F is #14A470. Grayscale: #8B8B8B. Windows color (decimal): -1352817 or 9395179. OLE color: 9395179.

HSL color Cylindrical-coordinate representation of color #EB5B8F: hue angle of 338.33º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB5B8F is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 91 143 -
CMYK 0 0.61 0.39 0.08
HSL 338.33º 0.78% 0.64% -
HSV(B) 338.33º 0.61% 0.92% -
XYZ 42.96 27.13 28.96 -
YUV 139.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 235 91 143 0 0.61 0.39 0.08 338.33 0.78 0.64
Hex EB 5B 8F 0 3D 27 8 152 4E 40
Octal 353 133 217 0 75 47 10 522 116 100
Binary 11101011 1011011 10001111 0 111101 100111 1000 101010010 1001110 1000000

Color Harmonies of #EB5B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5B8F

Black with #EB5B8F

Text Example


Text Example

White with #EB5B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5B8F; }

 p { color: rgb(235,91,143); }

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

background-color css

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

 a { background-color: rgb(235,91,143); }

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

border-color css

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

 span { border-color: rgb(235,91,143); }

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