Html Css Color HEX #E0006A Razzmatazz

📋 copy color: '#E0006A'

red 224 ◦ green 0 ◦ blue 106

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

Shades of Razzmatazz #E0006A

Tints of Razzmatazz #E0006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 67.88%
G = 0%
B = 32.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0006A (or 0xE0006A) is known color: Razzmatazz. HEX triplet: E0, 00 and 6A. RGB value is (224,0,106). Sum of RGB (Red+Green+Blue) = 224+0+106=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E0006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0006A is #1FFF95. Grayscale: #4E4E4E. Windows color (decimal): -2097046 or 6947040. OLE color: 6947040.

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

Color convert

RGB 224 0 106 -
CMYK 0 1 0.53 0.12
HSL 331.61º 1% 0.44% -
HSV(B) 331.61º 1% 0.88% -
XYZ 33.34 16.89 15.14 -
YUV 79.06 143.21 231.38 -
System Red Green Blue C M Y K H S L
Decimal 224 0 106 0 1 0.53 0.12 331.61 1 0.44
Hex E0 0 6A 0 64 35 C 14C 64 2C
Octal 340 0 152 0 144 65 14 514 144 54
Binary 11100000 0 1101010 0 1100100 110101 1100 101001100 1100100 101100

Color Harmonies of #E0006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0006A

Black with #E0006A

Text Example


Text Example

White with #E0006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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