Html Css Color HEX #E5064D Razzmatazz

📋 copy color: '#E5064D'

red 229 ◦ green 6 ◦ blue 77

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

Shades of Razzmatazz #E5064D

Tints of Razzmatazz #E5064D

RGB

 RED value IS 229 (89.84% from 255) = 73.4%

 GREEN value IS 6 (2.73% from 255) = 1.92%

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

R = 73.4%
G = 1.92%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5064D (or 0xE5064D) is known color: Razzmatazz. HEX triplet: E5, 06 and 4D. RGB value is (229,6,77). Sum of RGB (Red+Green+Blue) = 229+6+77=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E5064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5064D is #1AF9B2. Grayscale: #505050. Windows color (decimal): -1767859 or 5048037. OLE color: 5048037.

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

Color convert

RGB 229 6 77 -
CMYK 0 0.97 0.66 0.10
HSL 340.9º 0.95% 0.46% -
HSV(B) 340.9º 0.97% 0.9% -
XYZ 33.72 17.32 8.59 -
YUV 80.77 125.88 233.73 -
System Red Green Blue C M Y K H S L
Decimal 229 6 77 0 0.97 0.66 0.10 340.9 0.95 0.46
Hex E5 6 4D 0 61 42 A 155 5F 2E
Octal 345 6 115 0 141 102 12 525 137 56
Binary 11100101 110 1001101 0 1100001 1000010 1010 101010101 1011111 101110

Color Harmonies of #E5064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5064D

Black with #E5064D

Text Example


Text Example

White with #E5064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5064D; }

 p { color: rgb(229,6,77); }

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

background-color css

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

 a { background-color: rgb(229,6,77); }

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

border-color css

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

 span { border-color: rgb(229,6,77); }

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