Html Css Color HEX #E0016C Razzmatazz

📋 copy color: '#E0016C'

red 224 ◦ green 1 ◦ blue 108

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

Shades of Razzmatazz #E0016C

Tints of Razzmatazz #E0016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 67.27%
G = 0.3%
B = 32.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0016C (or 0xE0016C) is known color: Razzmatazz. HEX triplet: E0, 01 and 6C. RGB value is (224,1,108). Sum of RGB (Red+Green+Blue) = 224+1+108=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0016C is #1FFE93. Grayscale: #4F4F4F. Windows color (decimal): -2096788 or 7078368. OLE color: 7078368.

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

Color convert

RGB 224 1 108 -
CMYK 0 1.00 0.52 0.12
HSL 331.21º 0.99% 0.44% -
HSV(B) 331.21º 1% 0.88% -
XYZ 33.46 16.95 15.7 -
YUV 79.88 143.88 230.8 -
System Red Green Blue C M Y K H S L
Decimal 224 1 108 0 1.00 0.52 0.12 331.21 0.99 0.44
Hex E0 1 6C 0 64 34 C 14B 63 2C
Octal 340 1 154 0 144 64 14 513 143 54
Binary 11100000 1 1101100 0 1100100 110100 1100 101001011 1100011 101100

Color Harmonies of #E0016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0016C

Black with #E0016C

Text Example


Text Example

White with #E0016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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