Html Css Color HEX #E4064C Razzmatazz

📋 copy color: '#E4064C'

red 228 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #E4064C

Tints of Razzmatazz #E4064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 73.55%
G = 1.94%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E4064C (or 0xE4064C) is known color: Razzmatazz. HEX triplet: E4, 06 and 4C. RGB value is (228,6,76). Sum of RGB (Red+Green+Blue) = 228+6+76=310 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.55% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 228 - color contains mainly: red. Hex color #E4064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4064C is #1BF9B3. Grayscale: #505050. Windows color (decimal): -1833396 or 4982500. OLE color: 4982500.

HSL color Cylindrical-coordinate representation of color #E4064C: hue angle of 341.08º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E4064C is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 6 76 -
CMYK 0 0.97 0.67 0.11
HSL 341.08º 0.95% 0.46% -
HSV(B) 341.08º 0.97% 0.89% -
XYZ 33.36 17.15 8.39 -
YUV 80.36 125.55 233.31 -
System Red Green Blue C M Y K H S L
Decimal 228 6 76 0 0.97 0.67 0.11 341.08 0.95 0.46
Hex E4 6 4C 0 61 43 B 155 5F 2E
Octal 344 6 114 0 141 103 13 525 137 56
Binary 11100100 110 1001100 0 1100001 1000011 1011 101010101 1011111 101110

Color Harmonies of #E4064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4064C

Black with #E4064C

Text Example


Text Example

White with #E4064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4064C; }

 p { color: rgb(228,6,76); }

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

background-color css

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

 a { background-color: rgb(228,6,76); }

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

border-color css

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

 span { border-color: rgb(228,6,76); }

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