Html Css Color HEX #E7066E Razzmatazz

📋 copy color: '#E7066E'

red 231 ◦ green 6 ◦ blue 110

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

Shades of Razzmatazz #E7066E

Tints of Razzmatazz #E7066E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.73%

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

R = 66.57%
G = 1.73%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7066E (or 0xE7066E) is known color: Razzmatazz. HEX triplet: E7, 06 and 6E. RGB value is (231,6,110). Sum of RGB (Red+Green+Blue) = 231+6+110=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E7066E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7066E is #18F991. Grayscale: #545454. Windows color (decimal): -1636754 or 7210727. OLE color: 7210727.

HSL color Cylindrical-coordinate representation of color #E7066E: hue angle of 332.27º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7066E is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 6 110 -
CMYK 0 0.97 0.52 0.09
HSL 332.27º 0.95% 0.46% -
HSV(B) 332.27º 0.97% 0.91% -
XYZ 35.83 18.24 16.38 -
YUV 85.13 142.04 232.04 -
System Red Green Blue C M Y K H S L
Decimal 231 6 110 0 0.97 0.52 0.09 332.27 0.95 0.46
Hex E7 6 6E 0 61 34 9 14C 5F 2E
Octal 347 6 156 0 141 64 11 514 137 56
Binary 11100111 110 1101110 0 1100001 110100 1001 101001100 1011111 101110

Color Harmonies of #E7066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7066E

Black with #E7066E

Text Example


Text Example

White with #E7066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7066E; }

 p { color: rgb(231,6,110); }

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

background-color css

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

 a { background-color: rgb(231,6,110); }

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

border-color css

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

 span { border-color: rgb(231,6,110); }

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