Html Css Color HEX #E5055B Razzmatazz

📋 copy color: '#E5055B'

red 229 ◦ green 5 ◦ blue 91

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

Shades of Razzmatazz #E5055B

Tints of Razzmatazz #E5055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

 BLUE value IS 91 (35.94% from 255) = 28%

R = 70.46%
G = 1.54%
B = 28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5055B (or 0xE5055B) is known color: Razzmatazz. HEX triplet: E5, 05 and 5B. RGB value is (229,5,91). Sum of RGB (Red+Green+Blue) = 229+5+91=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5055B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5055B is #1AFAA4. Grayscale: #515151. Windows color (decimal): -1768101 or 5965285. OLE color: 5965285.

HSL color Cylindrical-coordinate representation of color #E5055B: hue angle of 336.96º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5055B is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 91 -
CMYK 0 0.98 0.60 0.10
HSL 336.96º 0.96% 0.46% -
HSV(B) 336.96º 0.98% 0.9% -
XYZ 34.26 17.52 11.47 -
YUV 81.78 133.21 233.01 -
System Red Green Blue C M Y K H S L
Decimal 229 5 91 0 0.98 0.60 0.10 336.96 0.96 0.46
Hex E5 5 5B 0 62 3C A 151 60 2E
Octal 345 5 133 0 142 74 12 521 140 56
Binary 11100101 101 1011011 0 1100010 111100 1010 101010001 1100000 101110

Color Harmonies of #E5055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5055B

Black with #E5055B

Text Example


Text Example

White with #E5055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5055B; }

 p { color: rgb(229,5,91); }

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

background-color css

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

 a { background-color: rgb(229,5,91); }

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

border-color css

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

 span { border-color: rgb(229,5,91); }

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