Html Css Color HEX #E5065F Razzmatazz

📋 copy color: '#E5065F'

red 229 ◦ green 6 ◦ blue 95

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

Shades of Razzmatazz #E5065F

Tints of Razzmatazz #E5065F

RGB

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

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

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

R = 69.39%
G = 1.82%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5065F (or 0xE5065F) is known color: Razzmatazz. HEX triplet: E5, 06 and 5F. RGB value is (229,6,95). Sum of RGB (Red+Green+Blue) = 229+6+95=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E5065F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5065F is #1AF9A0. Grayscale: #525252. Windows color (decimal): -1767841 or 6227685. OLE color: 6227685.

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

Color convert

RGB 229 6 95 -
CMYK 0 0.97 0.59 0.10
HSL 336.05º 0.95% 0.46% -
HSV(B) 336.05º 0.97% 0.9% -
XYZ 34.44 17.61 12.41 -
YUV 82.82 134.88 232.26 -
System Red Green Blue C M Y K H S L
Decimal 229 6 95 0 0.97 0.59 0.10 336.05 0.95 0.46
Hex E5 6 5F 0 61 3B A 150 5F 2E
Octal 345 6 137 0 141 73 12 520 137 56
Binary 11100101 110 1011111 0 1100001 111011 1010 101010000 1011111 101110

Color Harmonies of #E5065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5065F

Black with #E5065F

Text Example


Text Example

White with #E5065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5065F; }

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

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

background-color css

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

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

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

border-color css

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

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

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