Html Css Color HEX #E00350 Razzmatazz

📋 copy color: '#E00350'

red 224 ◦ green 3 ◦ blue 80

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

Shades of Razzmatazz #E00350

Tints of Razzmatazz #E00350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

 BLUE value IS 80 (31.64% from 255) = 26.06%

R = 72.96%
G = 0.98%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E00350 (or 0xE00350) is known color: Razzmatazz. HEX triplet: E0, 03 and 50. RGB value is (224,3,80). Sum of RGB (Red+Green+Blue) = 224+3+80=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E00350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00350 is #1FFCAF. Grayscale: #4D4D4D. Windows color (decimal): -2096304 or 5243872. OLE color: 5243872.

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

Color convert

RGB 224 3 80 -
CMYK 0 0.99 0.64 0.12
HSL 339.1º 0.97% 0.45% -
HSV(B) 339.1º 0.99% 0.88% -
XYZ 32.22 16.49 9.07 -
YUV 77.86 129.22 232.24 -
System Red Green Blue C M Y K H S L
Decimal 224 3 80 0 0.99 0.64 0.12 339.1 0.97 0.45
Hex E0 3 50 0 63 40 C 153 61 2D
Octal 340 3 120 0 143 100 14 523 141 55
Binary 11100000 11 1010000 0 1100011 1000000 1100 101010011 1100001 101101

Color Harmonies of #E00350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00350

Black with #E00350

Text Example


Text Example

White with #E00350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00350; }

 p { color: rgb(224,3,80); }

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

background-color css

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

 a { background-color: rgb(224,3,80); }

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

border-color css

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

 span { border-color: rgb(224,3,80); }

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