Html Css Color HEX #E3055A Razzmatazz

📋 copy color: '#E3055A'

red 227 ◦ green 5 ◦ blue 90

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

Shades of Razzmatazz #E3055A

Tints of Razzmatazz #E3055A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 70.5%
G = 1.55%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3055A (or 0xE3055A) is known color: Razzmatazz. HEX triplet: E3, 05 and 5A. RGB value is (227,5,90). Sum of RGB (Red+Green+Blue) = 227+5+90=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E3055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3055A is #1CFAA5. Grayscale: #505050. Windows color (decimal): -1899174 or 5899747. OLE color: 5899747.

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

Color convert

RGB 227 5 90 -
CMYK 0 0.98 0.60 0.11
HSL 337.03º 0.96% 0.45% -
HSV(B) 337.03º 0.98% 0.89% -
XYZ 33.58 17.18 11.22 -
YUV 81.07 133.05 232.09 -
System Red Green Blue C M Y K H S L
Decimal 227 5 90 0 0.98 0.60 0.11 337.03 0.96 0.45
Hex E3 5 5A 0 62 3C B 151 60 2D
Octal 343 5 132 0 142 74 13 521 140 55
Binary 11100011 101 1011010 0 1100010 111100 1011 101010001 1100000 101101

Color Harmonies of #E3055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3055A

Black with #E3055A

Text Example


Text Example

White with #E3055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3055A; }

 p { color: rgb(227,5,90); }

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

background-color css

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

 a { background-color: rgb(227,5,90); }

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

border-color css

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

 span { border-color: rgb(227,5,90); }

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