Html Css Color HEX #E1065D Razzmatazz

📋 copy color: '#E1065D'

red 225 ◦ green 6 ◦ blue 93

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

Shades of Razzmatazz #E1065D

Tints of Razzmatazz #E1065D

RGB

 RED value IS 225 (88.28% from 255) = 69.44%

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

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 69.44%
G = 1.85%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1065D (or 0xE1065D) is known color: Razzmatazz. HEX triplet: E1, 06 and 5D. RGB value is (225,6,93). Sum of RGB (Red+Green+Blue) = 225+6+93=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E1065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1065D is #1EF9A2. Grayscale: #515151. Windows color (decimal): -2029987 or 6096609. OLE color: 6096609.

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

Color convert

RGB 225 6 93 -
CMYK 0 0.97 0.59 0.12
HSL 336.16º 0.95% 0.45% -
HSV(B) 336.16º 0.97% 0.88% -
XYZ 33.09 16.93 11.88 -
YUV 81.4 134.55 230.43 -
System Red Green Blue C M Y K H S L
Decimal 225 6 93 0 0.97 0.59 0.12 336.16 0.95 0.45
Hex E1 6 5D 0 61 3B C 150 5F 2D
Octal 341 6 135 0 141 73 14 520 137 55
Binary 11100001 110 1011101 0 1100001 111011 1100 101010000 1011111 101101

Color Harmonies of #E1065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1065D

Black with #E1065D

Text Example


Text Example

White with #E1065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1065D; }

 p { color: rgb(225,6,93); }

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

background-color css

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

 a { background-color: rgb(225,6,93); }

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

border-color css

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

 span { border-color: rgb(225,6,93); }

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