Html Css Color HEX #E5065A Razzmatazz

📋 copy color: '#E5065A'

red 229 ◦ green 6 ◦ blue 90

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

Shades of Razzmatazz #E5065A

Tints of Razzmatazz #E5065A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 70.46%
G = 1.85%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5065A (or 0xE5065A) is known color: Razzmatazz. HEX triplet: E5, 06 and 5A. RGB value is (229,6,90). Sum of RGB (Red+Green+Blue) = 229+6+90=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5065A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5065A is #1AF9A5. Grayscale: #525252. Windows color (decimal): -1767846 or 5900005. OLE color: 5900005.

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

Color convert

RGB 229 6 90 -
CMYK 0 0.97 0.61 0.10
HSL 337.4º 0.95% 0.46% -
HSV(B) 337.4º 0.97% 0.9% -
XYZ 34.22 17.53 11.25 -
YUV 82.25 132.38 232.67 -
System Red Green Blue C M Y K H S L
Decimal 229 6 90 0 0.97 0.61 0.10 337.4 0.95 0.46
Hex E5 6 5A 0 61 3D A 151 5F 2E
Octal 345 6 132 0 141 75 12 521 137 56
Binary 11100101 110 1011010 0 1100001 111101 1010 101010001 1011111 101110

Color Harmonies of #E5065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5065A

Black with #E5065A

Text Example


Text Example

White with #E5065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5065A; }

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

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

background-color css

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

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

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

border-color css

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

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

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