Html Css Color HEX #EB2DB6 Spicy Pink

📋 copy color: '#EB2DB6'

red 235 ◦ green 45 ◦ blue 182

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

Shades of Spicy Pink #EB2DB6

Tints of Spicy Pink #EB2DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.74%

 BLUE value IS 182 (71.48% from 255) = 39.39%

R = 50.87%
G = 9.74%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EB2DB6 (or 0xEB2DB6) is known color: Spicy Pink. HEX triplet: EB, 2D and B6. RGB value is (235,45,182). Sum of RGB (Red+Green+Blue) = 235+45+182=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2DB6 is #14D249. Grayscale: #757575. Windows color (decimal): -1364554 or 11939307. OLE color: 11939307.

HSL color Cylindrical-coordinate representation of color #EB2DB6: hue angle of 316.74º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2DB6 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 45 182 -
CMYK 0 0.81 0.23 0.08
HSL 316.74º 0.83% 0.55% -
HSV(B) 316.74º 0.81% 0.92% -
XYZ 43.64 22.92 46.38 -
YUV 117.43 164.45 211.86 -
System Red Green Blue C M Y K H S L
Decimal 235 45 182 0 0.81 0.23 0.08 316.74 0.83 0.55
Hex EB 2D B6 0 51 17 8 13D 53 37
Octal 353 55 266 0 121 27 10 475 123 67
Binary 11101011 101101 10110110 0 1010001 10111 1000 100111101 1010011 110111

Color Harmonies of #EB2DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2DB6

Black with #EB2DB6

Text Example


Text Example

White with #EB2DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2DB6; }

 p { color: rgb(235,45,182); }

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

background-color css

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

 a { background-color: rgb(235,45,182); }

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

border-color css

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

 span { border-color: rgb(235,45,182); }

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