Html Css Color HEX #EB1A8F Deep Pink

📋 copy color: '#EB1A8F'

red 235 ◦ green 26 ◦ blue 143

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

Shades of Deep Pink #EB1A8F

Tints of Deep Pink #EB1A8F

RGB

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

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

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

R = 58.17%
G = 6.44%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB1A8F (or 0xEB1A8F) is known color: Deep Pink. HEX triplet: EB, 1A and 8F. RGB value is (235,26,143). Sum of RGB (Red+Green+Blue) = 235+26+143=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1A8F is #14E570. Grayscale: #656565. Windows color (decimal): -1369457 or 9378539. OLE color: 9378539.

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

Color convert

RGB 235 26 143 -
CMYK 0 0.89 0.39 0.08
HSL 326.41º 0.84% 0.51% -
HSV(B) 326.41º 0.89% 0.92% -
XYZ 39.59 20.38 27.83 -
YUV 101.83 151.24 222.99 -
System Red Green Blue C M Y K H S L
Decimal 235 26 143 0 0.89 0.39 0.08 326.41 0.84 0.51
Hex EB 1A 8F 0 59 27 8 146 54 33
Octal 353 32 217 0 131 47 10 506 124 63
Binary 11101011 11010 10001111 0 1011001 100111 1000 101000110 1010100 110011

Color Harmonies of #EB1A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1A8F

Black with #EB1A8F

Text Example


Text Example

White with #EB1A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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