Html Css Color HEX #EB1A8A Deep Pink

📋 copy color: '#EB1A8A'

red 235 ◦ green 26 ◦ blue 138

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

Shades of Deep Pink #EB1A8A

Tints of Deep Pink #EB1A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 58.9%
G = 6.52%
B = 34.59%

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

#EB1A8A (or 0xEB1A8A) is known color: Deep Pink. HEX triplet: EB, 1A and 8A. RGB value is (235,26,138). Sum of RGB (Red+Green+Blue) = 235+26+138=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1A8A is #14E575. Grayscale: #656565. Windows color (decimal): -1369462 or 9050859. OLE color: 9050859.

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

Color convert

RGB 235 26 138 -
CMYK 0 0.89 0.41 0.08
HSL 327.85º 0.84% 0.51% -
HSV(B) 327.85º 0.89% 0.92% -
XYZ 39.22 20.24 25.88 -
YUV 101.26 148.74 223.39 -
System Red Green Blue C M Y K H S L
Decimal 235 26 138 0 0.89 0.41 0.08 327.85 0.84 0.51
Hex EB 1A 8A 0 59 29 8 148 54 33
Octal 353 32 212 0 131 51 10 510 124 63
Binary 11101011 11010 10001010 0 1011001 101001 1000 101001000 1010100 110011

Color Harmonies of #EB1A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1A8A

Black with #EB1A8A

Text Example


Text Example

White with #EB1A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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