Html Css Color HEX #E0064B Razzmatazz

📋 copy color: '#E0064B'

red 224 ◦ green 6 ◦ blue 75

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

Shades of Razzmatazz #E0064B

Tints of Razzmatazz #E0064B

RGB

 RED value IS 224 (87.89% from 255) = 73.44%

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

 BLUE value IS 75 (29.69% from 255) = 24.59%

R = 73.44%
G = 1.97%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0064B (or 0xE0064B) is known color: Razzmatazz. HEX triplet: E0, 06 and 4B. RGB value is (224,6,75). Sum of RGB (Red+Green+Blue) = 224+6+75=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E0064B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0064B is #1FF9B4. Grayscale: #4E4E4E. Windows color (decimal): -2095541 or 4916960. OLE color: 4916960.

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

Color convert

RGB 224 6 75 -
CMYK 0 0.97 0.67 0.12
HSL 341.01º 0.95% 0.45% -
HSV(B) 341.01º 0.97% 0.88% -
XYZ 32.08 16.49 8.15 -
YUV 79.05 125.72 231.39 -
System Red Green Blue C M Y K H S L
Decimal 224 6 75 0 0.97 0.67 0.12 341.01 0.95 0.45
Hex E0 6 4B 0 61 43 C 155 5F 2D
Octal 340 6 113 0 141 103 14 525 137 55
Binary 11100000 110 1001011 0 1100001 1000011 1100 101010101 1011111 101101

Color Harmonies of #E0064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0064B

Black with #E0064B

Text Example


Text Example

White with #E0064B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0064B; }

 p { color: rgb(224,6,75); }

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

background-color css

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

 a { background-color: rgb(224,6,75); }

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

border-color css

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

 span { border-color: rgb(224,6,75); }

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