Html Css Color HEX #E6076F Razzmatazz

📋 copy color: '#E6076F'

red 230 ◦ green 7 ◦ blue 111

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

Shades of Razzmatazz #E6076F

Tints of Razzmatazz #E6076F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 66.09%
G = 2.01%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6076F (or 0xE6076F) is known color: Razzmatazz. HEX triplet: E6, 07 and 6F. RGB value is (230,7,111). Sum of RGB (Red+Green+Blue) = 230+7+111=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E6076F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6076F is #19F890. Grayscale: #555555. Windows color (decimal): -1702033 or 7276518. OLE color: 7276518.

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

Color convert

RGB 230 7 111 -
CMYK 0 0.97 0.52 0.10
HSL 332.02º 0.94% 0.46% -
HSV(B) 332.02º 0.97% 0.9% -
XYZ 35.58 18.12 16.66 -
YUV 85.53 142.38 231.04 -
System Red Green Blue C M Y K H S L
Decimal 230 7 111 0 0.97 0.52 0.10 332.02 0.94 0.46
Hex E6 7 6F 0 61 34 A 14C 5E 2E
Octal 346 7 157 0 141 64 12 514 136 56
Binary 11100110 111 1101111 0 1100001 110100 1010 101001100 1011110 101110

Color Harmonies of #E6076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6076F

Black with #E6076F

Text Example


Text Example

White with #E6076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6076F; }

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

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

background-color css

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

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

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

border-color css

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

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

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