Html Css Color HEX #E7065D Razzmatazz

📋 copy color: '#E7065D'

red 231 ◦ green 6 ◦ blue 93

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

Shades of Razzmatazz #E7065D

Tints of Razzmatazz #E7065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 70%
G = 1.82%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E7065D (or 0xE7065D) is known color: Razzmatazz. HEX triplet: E7, 06 and 5D. RGB value is (231,6,93). Sum of RGB (Red+Green+Blue) = 231+6+93=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7065D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7065D is #18F9A2. Grayscale: #535353. Windows color (decimal): -1636771 or 6096615. OLE color: 6096615.

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

Color convert

RGB 231 6 93 -
CMYK 0 0.97 0.60 0.09
HSL 336.8º 0.95% 0.46% -
HSV(B) 336.8º 0.97% 0.91% -
XYZ 35 17.91 11.97 -
YUV 83.19 133.54 233.43 -
System Red Green Blue C M Y K H S L
Decimal 231 6 93 0 0.97 0.60 0.09 336.8 0.95 0.46
Hex E7 6 5D 0 61 3C 9 151 5F 2E
Octal 347 6 135 0 141 74 11 521 137 56
Binary 11100111 110 1011101 0 1100001 111100 1001 101010001 1011111 101110

Color Harmonies of #E7065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7065D

Black with #E7065D

Text Example


Text Example

White with #E7065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7065D; }

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

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

background-color css

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

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

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

border-color css

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

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

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