Html Css Color HEX #E7076E Razzmatazz

📋 copy color: '#E7076E'

red 231 ◦ green 7 ◦ blue 110

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

Shades of Razzmatazz #E7076E

Tints of Razzmatazz #E7076E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.01%

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

R = 66.38%
G = 2.01%
B = 31.61%

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

#E7076E (or 0xE7076E) is known color: Razzmatazz. HEX triplet: E7, 07 and 6E. RGB value is (231,7,110). Sum of RGB (Red+Green+Blue) = 231+7+110=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E7076E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7076E is #18F891. Grayscale: #555555. Windows color (decimal): -1636498 or 7210983. OLE color: 7210983.

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

Color convert

RGB 231 7 110 -
CMYK 0 0.97 0.52 0.09
HSL 332.41º 0.94% 0.47% -
HSV(B) 332.41º 0.97% 0.91% -
XYZ 35.85 18.27 16.39 -
YUV 85.72 141.71 231.62 -
System Red Green Blue C M Y K H S L
Decimal 231 7 110 0 0.97 0.52 0.09 332.41 0.94 0.47
Hex E7 7 6E 0 61 34 9 14C 5E 2F
Octal 347 7 156 0 141 64 11 514 136 57
Binary 11100111 111 1101110 0 1100001 110100 1001 101001100 1011110 101111

Color Harmonies of #E7076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7076E

Black with #E7076E

Text Example


Text Example

White with #E7076E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7076E; }

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

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

background-color css

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

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

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

border-color css

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

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

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