Html Css Color HEX #E01352 Razzmatazz

📋 copy color: '#E01352'

red 224 ◦ green 19 ◦ blue 82

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

Shades of Razzmatazz #E01352

Tints of Razzmatazz #E01352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.85%

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

R = 68.92%
G = 5.85%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E01352 (or 0xE01352) is known color: Razzmatazz. HEX triplet: E0, 13 and 52. RGB value is (224,19,82). Sum of RGB (Red+Green+Blue) = 224+19+82=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E01352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01352 is #1FECAD. Grayscale: #575757. Windows color (decimal): -2092206 or 5379040. OLE color: 5379040.

HSL color Cylindrical-coordinate representation of color #E01352: hue angle of 341.56º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01352 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 19 82 -
CMYK 0 0.92 0.63 0.12
HSL 341.56º 0.84% 0.48% -
HSV(B) 341.56º 0.92% 0.88% -
XYZ 32.5 16.92 9.54 -
YUV 87.48 124.92 225.38 -
System Red Green Blue C M Y K H S L
Decimal 224 19 82 0 0.92 0.63 0.12 341.56 0.84 0.48
Hex E0 13 52 0 5C 3F C 156 54 30
Octal 340 23 122 0 134 77 14 526 124 60
Binary 11100000 10011 1010010 0 1011100 111111 1100 101010110 1010100 110000

Color Harmonies of #E01352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01352

Black with #E01352

Text Example


Text Example

White with #E01352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01352; }

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

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

background-color css

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

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

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

border-color css

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

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

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