Html Css Color HEX #E00F4D Razzmatazz

📋 copy color: '#E00F4D'

red 224 ◦ green 15 ◦ blue 77

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

Shades of Razzmatazz #E00F4D

Tints of Razzmatazz #E00F4D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.75%

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

R = 70.89%
G = 4.75%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E00F4D (or 0xE00F4D) is known color: Razzmatazz. HEX triplet: E0, 0F and 4D. RGB value is (224,15,77). Sum of RGB (Red+Green+Blue) = 224+15+77=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F4D is #1FF0B2. Grayscale: #545454. Windows color (decimal): -2093235 or 5050336. OLE color: 5050336.

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

Color convert

RGB 224 15 77 -
CMYK 0 0.93 0.66 0.12
HSL 342.2º 0.87% 0.47% -
HSV(B) 342.2º 0.93% 0.88% -
XYZ 32.25 16.72 8.55 -
YUV 84.56 123.74 227.46 -
System Red Green Blue C M Y K H S L
Decimal 224 15 77 0 0.93 0.66 0.12 342.2 0.87 0.47
Hex E0 F 4D 0 5D 42 C 156 57 2F
Octal 340 17 115 0 135 102 14 526 127 57
Binary 11100000 1111 1001101 0 1011101 1000010 1100 101010110 1010111 101111

Color Harmonies of #E00F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F4D

Black with #E00F4D

Text Example


Text Example

White with #E00F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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