Html Css Color HEX #E9065D Razzmatazz

📋 copy color: '#E9065D'

red 233 ◦ green 6 ◦ blue 93

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

Shades of Razzmatazz #E9065D

Tints of Razzmatazz #E9065D

RGB

 RED value IS 233 (91.41% from 255) = 70.18%

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

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

R = 70.18%
G = 1.81%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9065D (or 0xE9065D) is known color: Razzmatazz. HEX triplet: E9, 06 and 5D. RGB value is (233,6,93). Sum of RGB (Red+Green+Blue) = 233+6+93=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E9065D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9065D is #16F9A2. Grayscale: #535353. Windows color (decimal): -1505699 or 6096617. OLE color: 6096617.

HSL color Cylindrical-coordinate representation of color #E9065D: hue angle of 337º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9065D is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 6 93 -
CMYK 0 0.97 0.60 0.09
HSL 337º 0.95% 0.47% -
HSV(B) 337º 0.97% 0.91% -
XYZ 35.65 18.24 12 -
YUV 83.79 133.21 234.43 -
System Red Green Blue C M Y K H S L
Decimal 233 6 93 0 0.97 0.60 0.09 337 0.95 0.47
Hex E9 6 5D 0 61 3C 9 151 5F 2F
Octal 351 6 135 0 141 74 11 521 137 57
Binary 11101001 110 1011101 0 1100001 111100 1001 101010001 1011111 101111

Color Harmonies of #E9065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9065D

Black with #E9065D

Text Example


Text Example

White with #E9065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9065D; }

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

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

background-color css

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

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

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

border-color css

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

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

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