Html Css Color HEX #E6005E Razzmatazz

📋 copy color: '#E6005E'

red 230 ◦ green 0 ◦ blue 94

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

Shades of Razzmatazz #E6005E

Tints of Razzmatazz #E6005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.99%
G = 0%
B = 29.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6005E (or 0xE6005E) is known color: Razzmatazz. HEX triplet: E6, 00 and 5E. RGB value is (230,0,94). Sum of RGB (Red+Green+Blue) = 230+0+94=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6005E is #19FFA1. Grayscale: #4F4F4F. Windows color (decimal): -1703842 or 6160614. OLE color: 6160614.

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

Color convert

RGB 230 0 94 -
CMYK 0 1 0.59 0.10
HSL 335.48º 1% 0.45% -
HSV(B) 335.48º 1% 0.9% -
XYZ 34.65 17.63 12.17 -
YUV 79.49 136.2 235.36 -
System Red Green Blue C M Y K H S L
Decimal 230 0 94 0 1 0.59 0.10 335.48 1 0.45
Hex E6 0 5E 0 64 3B A 14F 64 2D
Octal 346 0 136 0 144 73 12 517 144 55
Binary 11100110 0 1011110 0 1100100 111011 1010 101001111 1100100 101101

Color Harmonies of #E6005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6005E

Black with #E6005E

Text Example


Text Example

White with #E6005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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