Html Css Color HEX #E0035A Razzmatazz

📋 copy color: '#E0035A'

red 224 ◦ green 3 ◦ blue 90

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

Shades of Razzmatazz #E0035A

Tints of Razzmatazz #E0035A

RGB

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

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

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

R = 70.66%
G = 0.95%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0035A (or 0xE0035A) is known color: Razzmatazz. HEX triplet: E0, 03 and 5A. RGB value is (224,3,90). Sum of RGB (Red+Green+Blue) = 224+3+90=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E0035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0035A is #1FFCA5. Grayscale: #4E4E4E. Windows color (decimal): -2096294 or 5899232. OLE color: 5899232.

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

Color convert

RGB 224 3 90 -
CMYK 0 0.99 0.60 0.12
HSL 336.38º 0.97% 0.45% -
HSV(B) 336.38º 0.99% 0.88% -
XYZ 32.62 16.65 11.17 -
YUV 79 134.22 231.43 -
System Red Green Blue C M Y K H S L
Decimal 224 3 90 0 0.99 0.60 0.12 336.38 0.97 0.45
Hex E0 3 5A 0 63 3C C 150 61 2D
Octal 340 3 132 0 143 74 14 520 141 55
Binary 11100000 11 1011010 0 1100011 111100 1100 101010000 1100001 101101

Color Harmonies of #E0035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0035A

Black with #E0035A

Text Example


Text Example

White with #E0035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0035A; }

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

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

background-color css

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

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

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

border-color css

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

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

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