Html Css Color HEX #EB2DB4 Spicy Pink

📋 copy color: '#EB2DB4'

red 235 ◦ green 45 ◦ blue 180

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

Shades of Spicy Pink #EB2DB4

Tints of Spicy Pink #EB2DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.13%

R = 51.09%
G = 9.78%
B = 39.13%

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

#EB2DB4 (or 0xEB2DB4) is known color: Spicy Pink. HEX triplet: EB, 2D and B4. RGB value is (235,45,180). Sum of RGB (Red+Green+Blue) = 235+45+180=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2DB4 is #14D24B. Grayscale: #747474. Windows color (decimal): -1364556 or 11808235. OLE color: 11808235.

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

Color convert

RGB 235 45 180 -
CMYK 0 0.81 0.23 0.08
HSL 317.37º 0.83% 0.55% -
HSV(B) 317.37º 0.81% 0.92% -
XYZ 43.44 22.83 45.3 -
YUV 117.2 163.45 212.02 -
System Red Green Blue C M Y K H S L
Decimal 235 45 180 0 0.81 0.23 0.08 317.37 0.83 0.55
Hex EB 2D B4 0 51 17 8 13D 53 37
Octal 353 55 264 0 121 27 10 475 123 67
Binary 11101011 101101 10110100 0 1010001 10111 1000 100111101 1010011 110111

Color Harmonies of #EB2DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2DB4

Black with #EB2DB4

Text Example


Text Example

White with #EB2DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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