Html Css Color HEX #E6095E Razzmatazz

📋 copy color: '#E6095E'

red 230 ◦ green 9 ◦ blue 94

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

Shades of Razzmatazz #E6095E

Tints of Razzmatazz #E6095E

RGB

 RED value IS 230 (90.23% from 255) = 69.07%

 GREEN value IS 9 (3.91% from 255) = 2.7%

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 69.07%
G = 2.7%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6095E (or 0xE6095E) is known color: Razzmatazz. HEX triplet: E6, 09 and 5E. RGB value is (230,9,94). Sum of RGB (Red+Green+Blue) = 230+9+94=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E6095E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6095E is #19F6A1. Grayscale: #545454. Windows color (decimal): -1701538 or 6162918. OLE color: 6162918.

HSL color Cylindrical-coordinate representation of color #E6095E: hue angle of 336.92º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6095E is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 9 94 -
CMYK 0 0.96 0.59 0.10
HSL 336.92º 0.92% 0.47% -
HSV(B) 336.92º 0.96% 0.9% -
XYZ 34.75 17.83 12.2 -
YUV 84.77 133.22 231.59 -
System Red Green Blue C M Y K H S L
Decimal 230 9 94 0 0.96 0.59 0.10 336.92 0.92 0.47
Hex E6 9 5E 0 60 3B A 151 5C 2F
Octal 346 11 136 0 140 73 12 521 134 57
Binary 11100110 1001 1011110 0 1100000 111011 1010 101010001 1011100 101111

Color Harmonies of #E6095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6095E

Black with #E6095E

Text Example


Text Example

White with #E6095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6095E; }

 p { color: rgb(230,9,94); }

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

background-color css

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

 a { background-color: rgb(230,9,94); }

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

border-color css

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

 span { border-color: rgb(230,9,94); }

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