Html Css Color HEX #E7065E Razzmatazz

📋 copy color: '#E7065E'

red 231 ◦ green 6 ◦ blue 94

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

Shades of Razzmatazz #E7065E

Tints of Razzmatazz #E7065E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 69.79%
G = 1.81%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E7065E (or 0xE7065E) is known color: Razzmatazz. HEX triplet: E7, 06 and 5E. RGB value is (231,6,94). Sum of RGB (Red+Green+Blue) = 231+6+94=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E7065E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7065E is #18F9A1. Grayscale: #535353. Windows color (decimal): -1636770 or 6162151. OLE color: 6162151.

HSL color Cylindrical-coordinate representation of color #E7065E: hue angle of 336.53º 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 #E7065E is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 6 94 -
CMYK 0 0.97 0.59 0.09
HSL 336.53º 0.95% 0.46% -
HSV(B) 336.53º 0.97% 0.91% -
XYZ 35.04 17.93 12.2 -
YUV 83.31 134.04 233.34 -
System Red Green Blue C M Y K H S L
Decimal 231 6 94 0 0.97 0.59 0.09 336.53 0.95 0.46
Hex E7 6 5E 0 61 3B 9 151 5F 2E
Octal 347 6 136 0 141 73 11 521 137 56
Binary 11100111 110 1011110 0 1100001 111011 1001 101010001 1011111 101110

Color Harmonies of #E7065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7065E

Black with #E7065E

Text Example


Text Example

White with #E7065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7065E; }

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

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

background-color css

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

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

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

border-color css

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

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

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