Html Css Color HEX #E1016C Razzmatazz

📋 copy color: '#E1016C'

red 225 ◦ green 1 ◦ blue 108

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

Shades of Razzmatazz #E1016C

Tints of Razzmatazz #E1016C

RGB

 RED value IS 225 (88.28% from 255) = 67.37%

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

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

R = 67.37%
G = 0.3%
B = 32.34%

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

#E1016C (or 0xE1016C) is known color: Razzmatazz. HEX triplet: E1, 01 and 6C. RGB value is (225,1,108). Sum of RGB (Red+Green+Blue) = 225+1+108=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E1016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1016C is #1EFE93. Grayscale: #4F4F4F. Windows color (decimal): -2031252 or 7078369. OLE color: 7078369.

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

Color convert

RGB 225 1 108 -
CMYK 0 1.00 0.52 0.12
HSL 331.34º 0.99% 0.44% -
HSV(B) 331.34º 1% 0.88% -
XYZ 33.77 17.11 15.71 -
YUV 80.17 143.71 231.3 -
System Red Green Blue C M Y K H S L
Decimal 225 1 108 0 1.00 0.52 0.12 331.34 0.99 0.44
Hex E1 1 6C 0 64 34 C 14B 63 2C
Octal 341 1 154 0 144 64 14 513 143 54
Binary 11100001 1 1101100 0 1100100 110100 1100 101001011 1100011 101100

Color Harmonies of #E1016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1016C

Black with #E1016C

Text Example


Text Example

White with #E1016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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