Html Css Color HEX #E6074D Razzmatazz

📋 copy color: '#E6074D'

red 230 ◦ green 7 ◦ blue 77

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

Shades of Razzmatazz #E6074D

Tints of Razzmatazz #E6074D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 73.25%
G = 2.23%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6074D (or 0xE6074D) is known color: Razzmatazz. HEX triplet: E6, 07 and 4D. RGB value is (230,7,77). Sum of RGB (Red+Green+Blue) = 230+7+77=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E6074D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6074D is #19F8B2. Grayscale: #515151. Windows color (decimal): -1702067 or 5048294. OLE color: 5048294.

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

Color convert

RGB 230 7 77 -
CMYK 0 0.97 0.67 0.10
HSL 341.17º 0.94% 0.46% -
HSV(B) 341.17º 0.97% 0.9% -
XYZ 34.05 17.51 8.61 -
YUV 81.66 125.38 233.81 -
System Red Green Blue C M Y K H S L
Decimal 230 7 77 0 0.97 0.67 0.10 341.17 0.94 0.46
Hex E6 7 4D 0 61 43 A 155 5E 2E
Octal 346 7 115 0 141 103 12 525 136 56
Binary 11100110 111 1001101 0 1100001 1000011 1010 101010101 1011110 101110

Color Harmonies of #E6074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6074D

Black with #E6074D

Text Example


Text Example

White with #E6074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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