Html Css Color HEX #E5065C Razzmatazz

📋 copy color: '#E5065C'

red 229 ◦ green 6 ◦ blue 92

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

Shades of Razzmatazz #E5065C

Tints of Razzmatazz #E5065C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 70.03%
G = 1.83%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5065C (or 0xE5065C) is known color: Razzmatazz. HEX triplet: E5, 06 and 5C. RGB value is (229,6,92). Sum of RGB (Red+Green+Blue) = 229+6+92=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5065C is #1AF9A3. Grayscale: #525252. Windows color (decimal): -1767844 or 6031077. OLE color: 6031077.

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

Color convert

RGB 229 6 92 -
CMYK 0 0.97 0.60 0.10
HSL 336.86º 0.95% 0.46% -
HSV(B) 336.86º 0.97% 0.9% -
XYZ 34.31 17.56 11.71 -
YUV 82.48 133.38 232.51 -
System Red Green Blue C M Y K H S L
Decimal 229 6 92 0 0.97 0.60 0.10 336.86 0.95 0.46
Hex E5 6 5C 0 61 3C A 151 5F 2E
Octal 345 6 134 0 141 74 12 521 137 56
Binary 11100101 110 1011100 0 1100001 111100 1010 101010001 1011111 101110

Color Harmonies of #E5065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5065C

Black with #E5065C

Text Example


Text Example

White with #E5065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5065C; }

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

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

background-color css

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

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

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

border-color css

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

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

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