Html Css Color HEX #E7164E Razzmatazz

📋 copy color: '#E7164E'

red 231 ◦ green 22 ◦ blue 78

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

Shades of Razzmatazz #E7164E

Tints of Razzmatazz #E7164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.65%

 BLUE value IS 78 (30.86% from 255) = 23.56%

R = 69.79%
G = 6.65%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E7164E (or 0xE7164E) is known color: Razzmatazz. HEX triplet: E7, 16 and 4E. RGB value is (231,22,78). Sum of RGB (Red+Green+Blue) = 231+22+78=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E7164E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7164E is #18E9B1. Grayscale: #5A5A5A. Windows color (decimal): -1632690 or 5117671. OLE color: 5117671.

HSL color Cylindrical-coordinate representation of color #E7164E: hue angle of 343.92º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7164E is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 22 78 -
CMYK 0 0.90 0.66 0.09
HSL 343.92º 0.83% 0.5% -
HSV(B) 343.92º 0.9% 0.91% -
XYZ 34.62 18.11 8.88 -
YUV 90.88 120.74 227.95 -
System Red Green Blue C M Y K H S L
Decimal 231 22 78 0 0.90 0.66 0.09 343.92 0.83 0.5
Hex E7 16 4E 0 5A 42 9 158 53 32
Octal 347 26 116 0 132 102 11 530 123 62
Binary 11100111 10110 1001110 0 1011010 1000010 1001 101011000 1010011 110010

Color Harmonies of #E7164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7164E

Black with #E7164E

Text Example


Text Example

White with #E7164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7164E; }

 p { color: rgb(231,22,78); }

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

background-color css

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

 a { background-color: rgb(231,22,78); }

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

border-color css

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

 span { border-color: rgb(231,22,78); }

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