Html Css Color HEX #E0065F Razzmatazz

📋 copy color: '#E0065F'

red 224 ◦ green 6 ◦ blue 95

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

Shades of Razzmatazz #E0065F

Tints of Razzmatazz #E0065F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 68.92%
G = 1.85%
B = 29.23%

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

#E0065F (or 0xE0065F) is known color: Razzmatazz. HEX triplet: E0, 06 and 5F. RGB value is (224,6,95). Sum of RGB (Red+Green+Blue) = 224+6+95=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E0065F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0065F is #1FF9A0. Grayscale: #515151. Windows color (decimal): -2095521 or 6227680. OLE color: 6227680.

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

Color convert

RGB 224 6 95 -
CMYK 0 0.97 0.58 0.12
HSL 335.5º 0.95% 0.45% -
HSV(B) 335.5º 0.97% 0.88% -
XYZ 32.87 16.8 12.34 -
YUV 81.33 135.72 229.76 -
System Red Green Blue C M Y K H S L
Decimal 224 6 95 0 0.97 0.58 0.12 335.5 0.95 0.45
Hex E0 6 5F 0 61 3A C 150 5F 2D
Octal 340 6 137 0 141 72 14 520 137 55
Binary 11100000 110 1011111 0 1100001 111010 1100 101010000 1011111 101101

Color Harmonies of #E0065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0065F

Black with #E0065F

Text Example


Text Example

White with #E0065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0065F; }

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

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

background-color css

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

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

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

border-color css

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

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

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