Html Css Color HEX #EB1A8B Deep Pink

📋 copy color: '#EB1A8B'

red 235 ◦ green 26 ◦ blue 139

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

Shades of Deep Pink #EB1A8B

Tints of Deep Pink #EB1A8B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.5%

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

R = 58.75%
G = 6.5%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB1A8B (or 0xEB1A8B) is known color: Deep Pink. HEX triplet: EB, 1A and 8B. RGB value is (235,26,139). Sum of RGB (Red+Green+Blue) = 235+26+139=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1A8B is #14E574. Grayscale: #656565. Windows color (decimal): -1369461 or 9116395. OLE color: 9116395.

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

Color convert

RGB 235 26 139 -
CMYK 0 0.89 0.41 0.08
HSL 327.56º 0.84% 0.51% -
HSV(B) 327.56º 0.89% 0.92% -
XYZ 39.29 20.27 26.27 -
YUV 101.37 149.24 223.31 -
System Red Green Blue C M Y K H S L
Decimal 235 26 139 0 0.89 0.41 0.08 327.56 0.84 0.51
Hex EB 1A 8B 0 59 29 8 148 54 33
Octal 353 32 213 0 131 51 10 510 124 63
Binary 11101011 11010 10001011 0 1011001 101001 1000 101001000 1010100 110011

Color Harmonies of #EB1A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1A8B

Black with #EB1A8B

Text Example


Text Example

White with #EB1A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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