Html Css Color HEX #E0084D Razzmatazz

📋 copy color: '#E0084D'

red 224 ◦ green 8 ◦ blue 77

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

Shades of Razzmatazz #E0084D

Tints of Razzmatazz #E0084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.59%

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 72.49%
G = 2.59%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0084D (or 0xE0084D) is known color: Razzmatazz. HEX triplet: E0, 08 and 4D. RGB value is (224,8,77). Sum of RGB (Red+Green+Blue) = 224+8+77=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E0084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0084D is #1FF7B2. Grayscale: #505050. Windows color (decimal): -2095027 or 5048544. OLE color: 5048544.

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

Color convert

RGB 224 8 77 -
CMYK 0 0.96 0.66 0.12
HSL 340.83º 0.93% 0.45% -
HSV(B) 340.83º 0.96% 0.88% -
XYZ 32.17 16.56 8.52 -
YUV 80.45 126.06 230.39 -
System Red Green Blue C M Y K H S L
Decimal 224 8 77 0 0.96 0.66 0.12 340.83 0.93 0.45
Hex E0 8 4D 0 60 42 C 155 5D 2D
Octal 340 10 115 0 140 102 14 525 135 55
Binary 11100000 1000 1001101 0 1100000 1000010 1100 101010101 1011101 101101

Color Harmonies of #E0084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0084D

Black with #E0084D

Text Example


Text Example

White with #E0084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0084D; }

 p { color: rgb(224,8,77); }

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

background-color css

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

 a { background-color: rgb(224,8,77); }

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

border-color css

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

 span { border-color: rgb(224,8,77); }

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