Html Css Color HEX #E00F52 Razzmatazz

📋 copy color: '#E00F52'

red 224 ◦ green 15 ◦ blue 82

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

Shades of Razzmatazz #E00F52

Tints of Razzmatazz #E00F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.55%

R = 69.78%
G = 4.67%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E00F52 (or 0xE00F52) is known color: Razzmatazz. HEX triplet: E0, 0F and 52. RGB value is (224,15,82). Sum of RGB (Red+Green+Blue) = 224+15+82=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F52 is #1FF0AD. Grayscale: #555555. Windows color (decimal): -2093230 or 5378016. OLE color: 5378016.

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

Color convert

RGB 224 15 82 -
CMYK 0 0.93 0.63 0.12
HSL 340.77º 0.87% 0.47% -
HSV(B) 340.77º 0.93% 0.88% -
XYZ 32.43 16.8 9.52 -
YUV 85.13 126.24 227.05 -
System Red Green Blue C M Y K H S L
Decimal 224 15 82 0 0.93 0.63 0.12 340.77 0.87 0.47
Hex E0 F 52 0 5D 3F C 155 57 2F
Octal 340 17 122 0 135 77 14 525 127 57
Binary 11100000 1111 1010010 0 1011101 111111 1100 101010101 1010111 101111

Color Harmonies of #E00F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F52

Black with #E00F52

Text Example


Text Example

White with #E00F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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