Html Css Color HEX #E0065D Razzmatazz

📋 copy color: '#E0065D'

red 224 ◦ green 6 ◦ blue 93

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

Shades of Razzmatazz #E0065D

Tints of Razzmatazz #E0065D

RGB

 RED value IS 224 (87.89% from 255) = 69.35%

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

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 69.35%
G = 1.86%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0065D (or 0xE0065D) is known color: Razzmatazz. HEX triplet: E0, 06 and 5D. RGB value is (224,6,93). Sum of RGB (Red+Green+Blue) = 224+6+93=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E0065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0065D is #1FF9A2. Grayscale: #505050. Windows color (decimal): -2095523 or 6096608. OLE color: 6096608.

HSL color Cylindrical-coordinate representation of color #E0065D: hue angle of 336.06º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0065D is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 6 93 -
CMYK 0 0.97 0.58 0.12
HSL 336.06º 0.95% 0.45% -
HSV(B) 336.06º 0.97% 0.88% -
XYZ 32.78 16.77 11.86 -
YUV 81.1 134.72 229.93 -
System Red Green Blue C M Y K H S L
Decimal 224 6 93 0 0.97 0.58 0.12 336.06 0.95 0.45
Hex E0 6 5D 0 61 3A C 150 5F 2D
Octal 340 6 135 0 141 72 14 520 137 55
Binary 11100000 110 1011101 0 1100001 111010 1100 101010000 1011111 101101

Color Harmonies of #E0065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0065D

Black with #E0065D

Text Example


Text Example

White with #E0065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0065D; }

 p { color: rgb(224,6,93); }

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

background-color css

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

 a { background-color: rgb(224,6,93); }

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

border-color css

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

 span { border-color: rgb(224,6,93); }

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