Html Css Color HEX #E0016A Razzmatazz

📋 copy color: '#E0016A'

red 224 ◦ green 1 ◦ blue 106

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

Shades of Razzmatazz #E0016A

Tints of Razzmatazz #E0016A

RGB

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

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

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

R = 67.67%
G = 0.3%
B = 32.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0016A (or 0xE0016A) is known color: Razzmatazz. HEX triplet: E0, 01 and 6A. RGB value is (224,1,106). Sum of RGB (Red+Green+Blue) = 224+1+106=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E0016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0016A is #1FFE95. Grayscale: #4F4F4F. Windows color (decimal): -2096790 or 6947296. OLE color: 6947296.

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

Color convert

RGB 224 1 106 -
CMYK 0 1.00 0.53 0.12
HSL 331.75º 0.99% 0.44% -
HSV(B) 331.75º 1% 0.88% -
XYZ 33.35 16.91 15.14 -
YUV 79.65 142.88 230.96 -
System Red Green Blue C M Y K H S L
Decimal 224 1 106 0 1.00 0.53 0.12 331.75 0.99 0.44
Hex E0 1 6A 0 64 35 C 14C 63 2C
Octal 340 1 152 0 144 65 14 514 143 54
Binary 11100000 1 1101010 0 1100100 110101 1100 101001100 1100011 101100

Color Harmonies of #E0016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0016A

Black with #E0016A

Text Example


Text Example

White with #E0016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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