Html Css Color HEX #E0034B Razzmatazz

📋 copy color: '#E0034B'

red 224 ◦ green 3 ◦ blue 75

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

Shades of Razzmatazz #E0034B

Tints of Razzmatazz #E0034B

RGB

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

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

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

R = 74.17%
G = 0.99%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0034B (or 0xE0034B) is known color: Razzmatazz. HEX triplet: E0, 03 and 4B. RGB value is (224,3,75). Sum of RGB (Red+Green+Blue) = 224+3+75=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E0034B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0034B is #1FFCB4. Grayscale: #4D4D4D. Windows color (decimal): -2096309 or 4916192. OLE color: 4916192.

HSL color Cylindrical-coordinate representation of color #E0034B: hue angle of 340.45º 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 #E0034B is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 3 75 -
CMYK 0 0.99 0.67 0.12
HSL 340.45º 0.97% 0.45% -
HSV(B) 340.45º 0.99% 0.88% -
XYZ 32.04 16.42 8.14 -
YUV 77.29 126.72 232.65 -
System Red Green Blue C M Y K H S L
Decimal 224 3 75 0 0.99 0.67 0.12 340.45 0.97 0.45
Hex E0 3 4B 0 63 43 C 154 61 2D
Octal 340 3 113 0 143 103 14 524 141 55
Binary 11100000 11 1001011 0 1100011 1000011 1100 101010100 1100001 101101

Color Harmonies of #E0034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0034B

Black with #E0034B

Text Example


Text Example

White with #E0034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0034B; }

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

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

background-color css

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

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

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

border-color css

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

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

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