Html Css Color HEX #E0006C Razzmatazz

📋 copy color: '#E0006C'

red 224 ◦ green 0 ◦ blue 108

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

Shades of Razzmatazz #E0006C

Tints of Razzmatazz #E0006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 67.47%
G = 0%
B = 32.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0006C (or 0xE0006C) is known color: Razzmatazz. HEX triplet: E0, 00 and 6C. RGB value is (224,0,108). Sum of RGB (Red+Green+Blue) = 224+0+108=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E0006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0006C is #1FFF93. Grayscale: #4F4F4F. Windows color (decimal): -2097044 or 7078112. OLE color: 7078112.

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

Color convert

RGB 224 0 108 -
CMYK 0 1 0.52 0.12
HSL 331.07º 1% 0.44% -
HSV(B) 331.07º 1% 0.88% -
XYZ 33.45 16.93 15.69 -
YUV 79.29 144.21 231.22 -
System Red Green Blue C M Y K H S L
Decimal 224 0 108 0 1 0.52 0.12 331.07 1 0.44
Hex E0 0 6C 0 64 34 C 14B 64 2C
Octal 340 0 154 0 144 64 14 513 144 54
Binary 11100000 0 1101100 0 1100100 110100 1100 101001011 1100100 101100

Color Harmonies of #E0006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0006C

Black with #E0006C

Text Example


Text Example

White with #E0006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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