Html Css Color HEX #E7016A Razzmatazz

📋 copy color: '#E7016A'

red 231 ◦ green 1 ◦ blue 106

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

Shades of Razzmatazz #E7016A

Tints of Razzmatazz #E7016A

RGB

 RED value IS 231 (90.63% from 255) = 68.34%

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

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

R = 68.34%
G = 0.3%
B = 31.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7016A (or 0xE7016A) is known color: Razzmatazz. HEX triplet: E7, 01 and 6A. RGB value is (231,1,106). Sum of RGB (Red+Green+Blue) = 231+1+106=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E7016A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7016A is #18FE95. Grayscale: #515151. Windows color (decimal): -1638038 or 6947303. OLE color: 6947303.

HSL color Cylindrical-coordinate representation of color #E7016A: hue angle of 332.61º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7016A is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 1 106 -
CMYK 0 1.00 0.54 0.09
HSL 332.61º 0.99% 0.45% -
HSV(B) 332.61º 1% 0.91% -
XYZ 35.57 18.05 15.25 -
YUV 81.74 141.7 234.46 -
System Red Green Blue C M Y K H S L
Decimal 231 1 106 0 1.00 0.54 0.09 332.61 0.99 0.45
Hex E7 1 6A 0 64 36 9 14D 63 2D
Octal 347 1 152 0 144 66 11 515 143 55
Binary 11100111 1 1101010 0 1100100 110110 1001 101001101 1100011 101101

Color Harmonies of #E7016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7016A

Black with #E7016A

Text Example


Text Example

White with #E7016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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