Html Css Color HEX #EB23B2 Spicy Pink

📋 copy color: '#EB23B2'

red 235 ◦ green 35 ◦ blue 178

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

Shades of Spicy Pink #EB23B2

Tints of Spicy Pink #EB23B2

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.81%

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 52.46%
G = 7.81%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB23B2 (or 0xEB23B2) is known color: Spicy Pink. HEX triplet: EB, 23 and B2. RGB value is (235,35,178). Sum of RGB (Red+Green+Blue) = 235+35+178=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB23B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB23B2 is #14DC4D. Grayscale: #6E6E6E. Windows color (decimal): -1367118 or 11674603. OLE color: 11674603.

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

Color convert

RGB 235 35 178 -
CMYK 0 0.85 0.24 0.08
HSL 317.1º 0.83% 0.53% -
HSV(B) 317.1º 0.85% 0.92% -
XYZ 42.9 22.08 44.12 -
YUV 111.1 165.76 216.37 -
System Red Green Blue C M Y K H S L
Decimal 235 35 178 0 0.85 0.24 0.08 317.1 0.83 0.53
Hex EB 23 B2 0 55 18 8 13D 53 35
Octal 353 43 262 0 125 30 10 475 123 65
Binary 11101011 100011 10110010 0 1010101 11000 1000 100111101 1010011 110101

Color Harmonies of #EB23B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB23B2

Black with #EB23B2

Text Example


Text Example

White with #EB23B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB23B2; }

 p { color: rgb(235,35,178); }

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

background-color css

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

 a { background-color: rgb(235,35,178); }

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

border-color css

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

 span { border-color: rgb(235,35,178); }

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