Html Css Color HEX #E6035A Razzmatazz

📋 copy color: '#E6035A'

red 230 ◦ green 3 ◦ blue 90

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

Shades of Razzmatazz #E6035A

Tints of Razzmatazz #E6035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 71.21%
G = 0.93%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6035A (or 0xE6035A) is known color: Razzmatazz. HEX triplet: E6, 03 and 5A. RGB value is (230,3,90). Sum of RGB (Red+Green+Blue) = 230+3+90=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E6035A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6035A is #19FCA5. Grayscale: #505050. Windows color (decimal): -1703078 or 5899238. OLE color: 5899238.

HSL color Cylindrical-coordinate representation of color #E6035A: hue angle of 337º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6035A is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 3 90 -
CMYK 0 0.99 0.61 0.10
HSL 337º 0.97% 0.46% -
HSV(B) 337º 0.99% 0.9% -
XYZ 34.51 17.63 11.26 -
YUV 80.79 133.21 234.43 -
System Red Green Blue C M Y K H S L
Decimal 230 3 90 0 0.99 0.61 0.10 337 0.97 0.46
Hex E6 3 5A 0 63 3D A 151 61 2E
Octal 346 3 132 0 143 75 12 521 141 56
Binary 11100110 11 1011010 0 1100011 111101 1010 101010001 1100001 101110

Color Harmonies of #E6035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6035A

Black with #E6035A

Text Example


Text Example

White with #E6035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6035A; }

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

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

background-color css

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

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

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

border-color css

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

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

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