Html Css Color HEX #E0075A Razzmatazz

📋 copy color: '#E0075A'

red 224 ◦ green 7 ◦ blue 90

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

Shades of Razzmatazz #E0075A

Tints of Razzmatazz #E0075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.18%

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

R = 69.78%
G = 2.18%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0075A (or 0xE0075A) is known color: Razzmatazz. HEX triplet: E0, 07 and 5A. RGB value is (224,7,90). Sum of RGB (Red+Green+Blue) = 224+7+90=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E0075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0075A is #1FF8A5. Grayscale: #515151. Windows color (decimal): -2095270 or 5900256. OLE color: 5900256.

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

Color convert

RGB 224 7 90 -
CMYK 0 0.97 0.60 0.12
HSL 337.05º 0.94% 0.45% -
HSV(B) 337.05º 0.97% 0.88% -
XYZ 32.66 16.74 11.18 -
YUV 81.35 132.89 229.75 -
System Red Green Blue C M Y K H S L
Decimal 224 7 90 0 0.97 0.60 0.12 337.05 0.94 0.45
Hex E0 7 5A 0 61 3C C 151 5E 2D
Octal 340 7 132 0 141 74 14 521 136 55
Binary 11100000 111 1011010 0 1100001 111100 1100 101010001 1011110 101101

Color Harmonies of #E0075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0075A

Black with #E0075A

Text Example


Text Example

White with #E0075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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