Html Css Color HEX #E526BB Spicy Pink

📋 copy color: '#E526BB'

red 229 ◦ green 38 ◦ blue 187

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

Shades of Spicy Pink #E526BB

Tints of Spicy Pink #E526BB

RGB

 RED value IS 229 (89.84% from 255) = 50.44%

 GREEN value IS 38 (15.23% from 255) = 8.37%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 50.44%
G = 8.37%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E526BB (or 0xE526BB) is known color: Spicy Pink. HEX triplet: E5, 26 and BB. RGB value is (229,38,187). Sum of RGB (Red+Green+Blue) = 229+38+187=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E526BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E526BB is #1AD944. Grayscale: #6F6F6F. Windows color (decimal): -1759557 or 12265189. OLE color: 12265189.

HSL color Cylindrical-coordinate representation of color #E526BB: hue angle of 313.19º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E526BB is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 38 187 -
CMYK 0 0.83 0.18 0.10
HSL 313.19º 0.79% 0.52% -
HSV(B) 313.19º 0.83% 0.9% -
XYZ 41.98 21.63 48.98 -
YUV 112.1 170.28 211.38 -
System Red Green Blue C M Y K H S L
Decimal 229 38 187 0 0.83 0.18 0.10 313.19 0.79 0.52
Hex E5 26 BB 0 53 12 A 139 4F 34
Octal 345 46 273 0 123 22 12 471 117 64
Binary 11100101 100110 10111011 0 1010011 10010 1010 100111001 1001111 110100

Color Harmonies of #E526BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526BB

Black with #E526BB

Text Example


Text Example

White with #E526BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526BB; }

 p { color: rgb(229,38,187); }

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

background-color css

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

 a { background-color: rgb(229,38,187); }

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

border-color css

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

 span { border-color: rgb(229,38,187); }

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