Html Css Color HEX #E6076C Razzmatazz

📋 copy color: '#E6076C'

red 230 ◦ green 7 ◦ blue 108

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

Shades of Razzmatazz #E6076C

Tints of Razzmatazz #E6076C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 66.67%
G = 2.03%
B = 31.3%

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

#E6076C (or 0xE6076C) is known color: Razzmatazz. HEX triplet: E6, 07 and 6C. RGB value is (230,7,108). Sum of RGB (Red+Green+Blue) = 230+7+108=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6076C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6076C is #19F893. Grayscale: #555555. Windows color (decimal): -1702036 or 7079910. OLE color: 7079910.

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

Color convert

RGB 230 7 108 -
CMYK 0 0.97 0.53 0.10
HSL 332.83º 0.94% 0.46% -
HSV(B) 332.83º 0.97% 0.9% -
XYZ 35.42 18.06 15.81 -
YUV 85.19 140.88 231.29 -
System Red Green Blue C M Y K H S L
Decimal 230 7 108 0 0.97 0.53 0.10 332.83 0.94 0.46
Hex E6 7 6C 0 61 35 A 14D 5E 2E
Octal 346 7 154 0 141 65 12 515 136 56
Binary 11100110 111 1101100 0 1100001 110101 1010 101001101 1011110 101110

Color Harmonies of #E6076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6076C

Black with #E6076C

Text Example


Text Example

White with #E6076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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