Html Css Color HEX #EB1882 Deep Pink

📋 copy color: '#EB1882'

red 235 ◦ green 24 ◦ blue 130

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

Shades of Deep Pink #EB1882

Tints of Deep Pink #EB1882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.17%

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 60.41%
G = 6.17%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB1882 (or 0xEB1882) is known color: Deep Pink. HEX triplet: EB, 18 and 82. RGB value is (235,24,130). Sum of RGB (Red+Green+Blue) = 235+24+130=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1882 is #14E77D. Grayscale: #626262. Windows color (decimal): -1369982 or 8526059. OLE color: 8526059.

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

Color convert

RGB 235 24 130 -
CMYK 0 0.90 0.45 0.08
HSL 329.86º 0.84% 0.51% -
HSV(B) 329.86º 0.9% 0.92% -
XYZ 38.62 19.93 22.93 -
YUV 99.17 145.4 224.88 -
System Red Green Blue C M Y K H S L
Decimal 235 24 130 0 0.90 0.45 0.08 329.86 0.84 0.51
Hex EB 18 82 0 5A 2D 8 14A 54 33
Octal 353 30 202 0 132 55 10 512 124 63
Binary 11101011 11000 10000010 0 1011010 101101 1000 101001010 1010100 110011

Color Harmonies of #EB1882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1882

Black with #EB1882

Text Example


Text Example

White with #EB1882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1882; }

 p { color: rgb(235,24,130); }

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

background-color css

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

 a { background-color: rgb(235,24,130); }

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

border-color css

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

 span { border-color: rgb(235,24,130); }

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