Html Css Color HEX #E1016A Razzmatazz

📋 copy color: '#E1016A'

red 225 ◦ green 1 ◦ blue 106

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

Shades of Razzmatazz #E1016A

Tints of Razzmatazz #E1016A

RGB

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

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

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

R = 67.77%
G = 0.3%
B = 31.93%

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

#E1016A (or 0xE1016A) is known color: Razzmatazz. HEX triplet: E1, 01 and 6A. RGB value is (225,1,106). Sum of RGB (Red+Green+Blue) = 225+1+106=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E1016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1016A is #1EFE95. Grayscale: #4F4F4F. Windows color (decimal): -2031254 or 6947297. OLE color: 6947297.

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

Color convert

RGB 225 1 106 -
CMYK 0 1.00 0.53 0.12
HSL 331.88º 0.99% 0.44% -
HSV(B) 331.88º 1% 0.88% -
XYZ 33.66 17.07 15.16 -
YUV 79.95 142.71 231.46 -
System Red Green Blue C M Y K H S L
Decimal 225 1 106 0 1.00 0.53 0.12 331.88 0.99 0.44
Hex E1 1 6A 0 64 35 C 14C 63 2C
Octal 341 1 152 0 144 65 14 514 143 54
Binary 11100001 1 1101010 0 1100100 110101 1100 101001100 1100011 101100

Color Harmonies of #E1016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1016A

Black with #E1016A

Text Example


Text Example

White with #E1016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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