Html Css Color HEX #EB0382 Deep Pink

📋 copy color: '#EB0382'

red 235 ◦ green 3 ◦ blue 130

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

Shades of Deep Pink #EB0382

Tints of Deep Pink #EB0382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 63.86%
G = 0.82%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB0382 (or 0xEB0382) is known color: Deep Pink. HEX triplet: EB, 03 and 82. RGB value is (235,3,130). Sum of RGB (Red+Green+Blue) = 235+3+130=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0382 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0382 is #14FC7D. Grayscale: #565656. Windows color (decimal): -1375358 or 8520683. OLE color: 8520683.

HSL color Cylindrical-coordinate representation of color #EB0382: hue angle of 327.16º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB0382 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 3 130 -
CMYK 0 0.99 0.45 0.08
HSL 327.16º 0.97% 0.47% -
HSV(B) 327.16º 0.99% 0.92% -
XYZ 38.32 19.34 22.83 -
YUV 86.85 152.36 233.67 -
System Red Green Blue C M Y K H S L
Decimal 235 3 130 0 0.99 0.45 0.08 327.16 0.97 0.47
Hex EB 3 82 0 63 2D 8 147 61 2F
Octal 353 3 202 0 143 55 10 507 141 57
Binary 11101011 11 10000010 0 1100011 101101 1000 101000111 1100001 101111

Color Harmonies of #EB0382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0382

Black with #EB0382

Text Example


Text Example

White with #EB0382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0382; }

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

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

background-color css

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

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

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

border-color css

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

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

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