Html Css Color HEX #E4005A Razzmatazz

📋 copy color: '#E4005A'

red 228 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #E4005A

Tints of Razzmatazz #E4005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.7%
G = 0%
B = 28.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E4005A (or 0xE4005A) is known color: Razzmatazz. HEX triplet: E4, 00 and 5A. RGB value is (228,0,90). Sum of RGB (Red+Green+Blue) = 228+0+90=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E4005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4005A is #1BFFA5. Grayscale: #4E4E4E. Windows color (decimal): -1834918 or 5898468. OLE color: 5898468.

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

Color convert

RGB 228 0 90 -
CMYK 0 1 0.61 0.11
HSL 336.32º 1% 0.45% -
HSV(B) 336.32º 1% 0.89% -
XYZ 33.84 17.23 11.22 -
YUV 78.43 134.54 234.68 -
System Red Green Blue C M Y K H S L
Decimal 228 0 90 0 1 0.61 0.11 336.32 1 0.45
Hex E4 0 5A 0 64 3D B 150 64 2D
Octal 344 0 132 0 144 75 13 520 144 55
Binary 11100100 0 1011010 0 1100100 111101 1011 101010000 1100100 101101

Color Harmonies of #E4005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4005A

Black with #E4005A

Text Example


Text Example

White with #E4005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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