Html Css Color HEX #EB2CB8 Spicy Pink

📋 copy color: '#EB2CB8'

red 235 ◦ green 44 ◦ blue 184

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

Shades of Spicy Pink #EB2CB8

Tints of Spicy Pink #EB2CB8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.5%

 BLUE value IS 184 (72.27% from 255) = 39.74%

R = 50.76%
G = 9.5%
B = 39.74%

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

#EB2CB8 (or 0xEB2CB8) is known color: Spicy Pink. HEX triplet: EB, 2C and B8. RGB value is (235,44,184). Sum of RGB (Red+Green+Blue) = 235+44+184=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2CB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2CB8 is #14D347. Grayscale: #747474. Windows color (decimal): -1364808 or 12070123. OLE color: 12070123.

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

Color convert

RGB 235 44 184 -
CMYK 0 0.81 0.22 0.08
HSL 316.02º 0.83% 0.55% -
HSV(B) 316.02º 0.81% 0.92% -
XYZ 43.81 22.92 47.46 -
YUV 117.07 165.78 212.12 -
System Red Green Blue C M Y K H S L
Decimal 235 44 184 0 0.81 0.22 0.08 316.02 0.83 0.55
Hex EB 2C B8 0 51 16 8 13C 53 37
Octal 353 54 270 0 121 26 10 474 123 67
Binary 11101011 101100 10111000 0 1010001 10110 1000 100111100 1010011 110111

Color Harmonies of #EB2CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2CB8

Black with #EB2CB8

Text Example


Text Example

White with #EB2CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2CB8; }

 p { color: rgb(235,44,184); }

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

background-color css

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

 a { background-color: rgb(235,44,184); }

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

border-color css

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

 span { border-color: rgb(235,44,184); }

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