Html Css Color HEX #E330B5 Spicy Pink

📋 copy color: '#E330B5'

red 227 ◦ green 48 ◦ blue 181

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

Shades of Spicy Pink #E330B5

Tints of Spicy Pink #E330B5

RGB

 RED value IS 227 (89.06% from 255) = 49.78%

 GREEN value IS 48 (19.14% from 255) = 10.53%

 BLUE value IS 181 (71.09% from 255) = 39.69%

R = 49.78%
G = 10.53%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E330B5 (or 0xE330B5) is known color: Spicy Pink. HEX triplet: E3, 30 and B5. RGB value is (227,48,181). Sum of RGB (Red+Green+Blue) = 227+48+181=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E330B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E330B5 is #1CCF4A. Grayscale: #747474. Windows color (decimal): -1888075 or 11874531. OLE color: 11874531.

HSL color Cylindrical-coordinate representation of color #E330B5: hue angle of 315.42º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E330B5 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 48 181 -
CMYK 0 0.79 0.20 0.11
HSL 315.42º 0.76% 0.54% -
HSV(B) 315.42º 0.79% 0.89% -
XYZ 41.08 21.78 45.76 -
YUV 116.68 164.3 206.69 -
System Red Green Blue C M Y K H S L
Decimal 227 48 181 0 0.79 0.20 0.11 315.42 0.76 0.54
Hex E3 30 B5 0 4F 14 B 13B 4C 36
Octal 343 60 265 0 117 24 13 473 114 66
Binary 11100011 110000 10110101 0 1001111 10100 1011 100111011 1001100 110110

Color Harmonies of #E330B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E330B5

Black with #E330B5

Text Example


Text Example

White with #E330B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E330B5; }

 p { color: rgb(227,48,181); }

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

background-color css

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

 a { background-color: rgb(227,48,181); }

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

border-color css

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

 span { border-color: rgb(227,48,181); }

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