Html Css Color HEX #E6005A Razzmatazz

📋 copy color: '#E6005A'

red 230 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #E6005A

Tints of Razzmatazz #E6005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 71.88%
G = 0%
B = 28.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6005A (or 0xE6005A) is known color: Razzmatazz. HEX triplet: E6, 00 and 5A. RGB value is (230,0,90). Sum of RGB (Red+Green+Blue) = 230+0+90=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E6005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6005A is #19FFA5. Grayscale: #4E4E4E. Windows color (decimal): -1703846 or 5898470. OLE color: 5898470.

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

Color convert

RGB 230 0 90 -
CMYK 0 1 0.61 0.10
HSL 336.52º 1% 0.45% -
HSV(B) 336.52º 1% 0.9% -
XYZ 34.48 17.56 11.25 -
YUV 79.03 134.2 235.68 -
System Red Green Blue C M Y K H S L
Decimal 230 0 90 0 1 0.61 0.10 336.52 1 0.45
Hex E6 0 5A 0 64 3D A 151 64 2D
Octal 346 0 132 0 144 75 12 521 144 55
Binary 11100110 0 1011010 0 1100100 111101 1010 101010001 1100100 101101

Color Harmonies of #E6005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6005A

Black with #E6005A

Text Example


Text Example

White with #E6005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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