Html Css Color HEX #E6076D Razzmatazz

📋 copy color: '#E6076D'

red 230 ◦ green 7 ◦ blue 109

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

Shades of Razzmatazz #E6076D

Tints of Razzmatazz #E6076D

RGB

 RED value IS 230 (90.23% from 255) = 66.47%

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

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 66.47%
G = 2.02%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6076D (or 0xE6076D) is known color: Razzmatazz. HEX triplet: E6, 07 and 6D. RGB value is (230,7,109). Sum of RGB (Red+Green+Blue) = 230+7+109=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E6076D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6076D is #19F892. Grayscale: #555555. Windows color (decimal): -1702035 or 7145446. OLE color: 7145446.

HSL color Cylindrical-coordinate representation of color #E6076D: hue angle of 332.56º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6076D is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 7 109 -
CMYK 0 0.97 0.53 0.10
HSL 332.56º 0.94% 0.46% -
HSV(B) 332.56º 0.97% 0.9% -
XYZ 35.47 18.08 16.09 -
YUV 85.31 141.38 231.21 -
System Red Green Blue C M Y K H S L
Decimal 230 7 109 0 0.97 0.53 0.10 332.56 0.94 0.46
Hex E6 7 6D 0 61 35 A 14D 5E 2E
Octal 346 7 155 0 141 65 12 515 136 56
Binary 11100110 111 1101101 0 1100001 110101 1010 101001101 1011110 101110

Color Harmonies of #E6076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6076D

Black with #E6076D

Text Example


Text Example

White with #E6076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6076D; }

 p { color: rgb(230,7,109); }

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

background-color css

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

 a { background-color: rgb(230,7,109); }

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

border-color css

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

 span { border-color: rgb(230,7,109); }

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