Html Css Color HEX #E0006F Razzmatazz

📋 copy color: '#E0006F'

red 224 ◦ green 0 ◦ blue 111

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

Shades of Razzmatazz #E0006F

Tints of Razzmatazz #E0006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 66.87%
G = 0%
B = 33.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0006F (or 0xE0006F) is known color: Razzmatazz. HEX triplet: E0, 00 and 6F. RGB value is (224,0,111). Sum of RGB (Red+Green+Blue) = 224+0+111=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0006F is #1FFF90. Grayscale: #4F4F4F. Windows color (decimal): -2097041 or 7274720. OLE color: 7274720.

HSL color Cylindrical-coordinate representation of color #E0006F: hue angle of 330.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0006F is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 111 -
CMYK 0 1 0.50 0.12
HSL 330.27º 1% 0.44% -
HSV(B) 330.27º 1% 0.88% -
XYZ 33.61 16.99 16.55 -
YUV 79.63 145.71 230.97 -
System Red Green Blue C M Y K H S L
Decimal 224 0 111 0 1 0.50 0.12 330.27 1 0.44
Hex E0 0 6F 0 64 32 C 14A 64 2C
Octal 340 0 157 0 144 62 14 512 144 54
Binary 11100000 0 1101111 0 1100100 110010 1100 101001010 1100100 101100

Color Harmonies of #E0006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0006F

Black with #E0006F

Text Example


Text Example

White with #E0006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0006F; }

 p { color: rgb(224,0,111); }

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

background-color css

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

 a { background-color: rgb(224,0,111); }

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

border-color css

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

 span { border-color: rgb(224,0,111); }

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