Html Css Color HEX #EB2DB7 Spicy Pink

📋 copy color: '#EB2DB7'

red 235 ◦ green 45 ◦ blue 183

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

Shades of Spicy Pink #EB2DB7

Tints of Spicy Pink #EB2DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.52%

R = 50.76%
G = 9.72%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EB2DB7 (or 0xEB2DB7) is known color: Spicy Pink. HEX triplet: EB, 2D and B7. RGB value is (235,45,183). Sum of RGB (Red+Green+Blue) = 235+45+183=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2DB7 is #14D248. Grayscale: #757575. Windows color (decimal): -1364553 or 12004843. OLE color: 12004843.

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

Color convert

RGB 235 45 183 -
CMYK 0 0.81 0.22 0.08
HSL 316.42º 0.83% 0.55% -
HSV(B) 316.42º 0.81% 0.92% -
XYZ 43.75 22.96 46.93 -
YUV 117.54 164.95 211.78 -
System Red Green Blue C M Y K H S L
Decimal 235 45 183 0 0.81 0.22 0.08 316.42 0.83 0.55
Hex EB 2D B7 0 51 16 8 13C 53 37
Octal 353 55 267 0 121 26 10 474 123 67
Binary 11101011 101101 10110111 0 1010001 10110 1000 100111100 1010011 110111

Color Harmonies of #EB2DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2DB7

Black with #EB2DB7

Text Example


Text Example

White with #EB2DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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