Html Css Color HEX #E4045A Razzmatazz

📋 copy color: '#E4045A'

red 228 ◦ green 4 ◦ blue 90

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

Shades of Razzmatazz #E4045A

Tints of Razzmatazz #E4045A

RGB

 RED value IS 228 (89.45% from 255) = 70.81%

 GREEN value IS 4 (1.95% from 255) = 1.24%

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

R = 70.81%
G = 1.24%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E4045A (or 0xE4045A) is known color: Razzmatazz. HEX triplet: E4, 04 and 5A. RGB value is (228,4,90). Sum of RGB (Red+Green+Blue) = 228+4+90=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E4045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4045A is #1BFBA5. Grayscale: #505050. Windows color (decimal): -1833894 or 5899492. OLE color: 5899492.

HSL color Cylindrical-coordinate representation of color #E4045A: hue angle of 336.96º degrees, saturation: 0.97, 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 #E4045A is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 4 90 -
CMYK 0 0.98 0.61 0.11
HSL 336.96º 0.97% 0.45% -
HSV(B) 336.96º 0.98% 0.89% -
XYZ 33.88 17.32 11.23 -
YUV 80.78 133.21 233.01 -
System Red Green Blue C M Y K H S L
Decimal 228 4 90 0 0.98 0.61 0.11 336.96 0.97 0.45
Hex E4 4 5A 0 62 3D B 151 61 2D
Octal 344 4 132 0 142 75 13 521 141 55
Binary 11100100 100 1011010 0 1100010 111101 1011 101010001 1100001 101101

Color Harmonies of #E4045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4045A

Black with #E4045A

Text Example


Text Example

White with #E4045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4045A; }

 p { color: rgb(228,4,90); }

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

background-color css

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

 a { background-color: rgb(228,4,90); }

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

border-color css

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

 span { border-color: rgb(228,4,90); }

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