Html Css Color HEX #E5066D Razzmatazz

📋 copy color: '#E5066D'

red 229 ◦ green 6 ◦ blue 109

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

Shades of Razzmatazz #E5066D

Tints of Razzmatazz #E5066D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 66.57%
G = 1.74%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5066D (or 0xE5066D) is known color: Razzmatazz. HEX triplet: E5, 06 and 6D. RGB value is (229,6,109). Sum of RGB (Red+Green+Blue) = 229+6+109=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5066D is #1AF992. Grayscale: #545454. Windows color (decimal): -1767827 or 7145189. OLE color: 7145189.

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

Color convert

RGB 229 6 109 -
CMYK 0 0.97 0.52 0.10
HSL 332.29º 0.95% 0.46% -
HSV(B) 332.29º 0.97% 0.9% -
XYZ 35.14 17.89 16.07 -
YUV 84.42 141.88 231.12 -
System Red Green Blue C M Y K H S L
Decimal 229 6 109 0 0.97 0.52 0.10 332.29 0.95 0.46
Hex E5 6 6D 0 61 34 A 14C 5F 2E
Octal 345 6 155 0 141 64 12 514 137 56
Binary 11100101 110 1101101 0 1100001 110100 1010 101001100 1011111 101110

Color Harmonies of #E5066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5066D

Black with #E5066D

Text Example


Text Example

White with #E5066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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