Html Css Color HEX #E6076B Razzmatazz

📋 copy color: '#E6076B'

red 230 ◦ green 7 ◦ blue 107

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

Shades of Razzmatazz #E6076B

Tints of Razzmatazz #E6076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 66.86%
G = 2.03%
B = 31.1%

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

#E6076B (or 0xE6076B) is known color: Razzmatazz. HEX triplet: E6, 07 and 6B. RGB value is (230,7,107). Sum of RGB (Red+Green+Blue) = 230+7+107=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6076B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6076B is #19F894. Grayscale: #545454. Windows color (decimal): -1702037 or 7014374. OLE color: 7014374.

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

Color convert

RGB 230 7 107 -
CMYK 0 0.97 0.53 0.10
HSL 333.09º 0.94% 0.46% -
HSV(B) 333.09º 0.97% 0.9% -
XYZ 35.36 18.04 15.53 -
YUV 85.08 140.38 231.37 -
System Red Green Blue C M Y K H S L
Decimal 230 7 107 0 0.97 0.53 0.10 333.09 0.94 0.46
Hex E6 7 6B 0 61 35 A 14D 5E 2E
Octal 346 7 153 0 141 65 12 515 136 56
Binary 11100110 111 1101011 0 1100001 110101 1010 101001101 1011110 101110

Color Harmonies of #E6076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6076B

Black with #E6076B

Text Example


Text Example

White with #E6076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6076B; }

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

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

background-color css

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

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

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

border-color css

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

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

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