Html Css Color HEX #EB0B8B Deep Pink

📋 copy color: '#EB0B8B'

red 235 ◦ green 11 ◦ blue 139

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

Shades of Deep Pink #EB0B8B

Tints of Deep Pink #EB0B8B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.86%

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 61.04%
G = 2.86%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB0B8B (or 0xEB0B8B) is known color: Deep Pink. HEX triplet: EB, 0B and 8B. RGB value is (235,11,139). Sum of RGB (Red+Green+Blue) = 235+11+139=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0B8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0B8B is #14F474. Grayscale: #5C5C5C. Windows color (decimal): -1373301 or 9112555. OLE color: 9112555.

HSL color Cylindrical-coordinate representation of color #EB0B8B: hue angle of 325.71º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0B8B is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 11 139 -
CMYK 0 0.95 0.41 0.08
HSL 325.71º 0.91% 0.48% -
HSV(B) 325.71º 0.95% 0.92% -
XYZ 39.04 19.77 26.18 -
YUV 92.57 154.21 229.59 -
System Red Green Blue C M Y K H S L
Decimal 235 11 139 0 0.95 0.41 0.08 325.71 0.91 0.48
Hex EB B 8B 0 5F 29 8 146 5B 30
Octal 353 13 213 0 137 51 10 506 133 60
Binary 11101011 1011 10001011 0 1011111 101001 1000 101000110 1011011 110000

Color Harmonies of #EB0B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0B8B

Black with #EB0B8B

Text Example


Text Example

White with #EB0B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0B8B; }

 p { color: rgb(235,11,139); }

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

background-color css

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

 a { background-color: rgb(235,11,139); }

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

border-color css

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

 span { border-color: rgb(235,11,139); }

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