Html Css Color HEX #E1016E Razzmatazz

📋 copy color: '#E1016E'

red 225 ◦ green 1 ◦ blue 110

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

Shades of Razzmatazz #E1016E

Tints of Razzmatazz #E1016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.74%

R = 66.96%
G = 0.3%
B = 32.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1016E (or 0xE1016E) is known color: Razzmatazz. HEX triplet: E1, 01 and 6E. RGB value is (225,1,110). Sum of RGB (Red+Green+Blue) = 225+1+110=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1016E is #1EFE91. Grayscale: #505050. Windows color (decimal): -2031250 or 7209441. OLE color: 7209441.

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

Color convert

RGB 225 1 110 -
CMYK 0 1.00 0.51 0.12
HSL 330.8º 0.99% 0.44% -
HSV(B) 330.8º 1% 0.88% -
XYZ 33.88 17.16 16.28 -
YUV 80.4 144.71 231.14 -
System Red Green Blue C M Y K H S L
Decimal 225 1 110 0 1.00 0.51 0.12 330.8 0.99 0.44
Hex E1 1 6E 0 64 33 C 14B 63 2C
Octal 341 1 156 0 144 63 14 513 143 54
Binary 11100001 1 1101110 0 1100100 110011 1100 101001011 1100011 101100

Color Harmonies of #E1016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1016E

Black with #E1016E

Text Example


Text Example

White with #E1016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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