Html Css Color HEX #E6054A Razzmatazz

📋 copy color: '#E6054A'

red 230 ◦ green 5 ◦ blue 74

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

Shades of Razzmatazz #E6054A

Tints of Razzmatazz #E6054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

 BLUE value IS 74 (29.3% from 255) = 23.95%

R = 74.43%
G = 1.62%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6054A (or 0xE6054A) is known color: Razzmatazz. HEX triplet: E6, 05 and 4A. RGB value is (230,5,74). Sum of RGB (Red+Green+Blue) = 230+5+74=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E6054A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6054A is #19FAB5. Grayscale: #505050. Windows color (decimal): -1702582 or 4851174. OLE color: 4851174.

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

Color convert

RGB 230 5 74 -
CMYK 0 0.98 0.68 0.10
HSL 341.6º 0.96% 0.46% -
HSV(B) 341.6º 0.98% 0.9% -
XYZ 33.92 17.43 8.05 -
YUV 80.14 124.54 234.89 -
System Red Green Blue C M Y K H S L
Decimal 230 5 74 0 0.98 0.68 0.10 341.6 0.96 0.46
Hex E6 5 4A 0 62 44 A 156 60 2E
Octal 346 5 112 0 142 104 12 526 140 56
Binary 11100110 101 1001010 0 1100010 1000100 1010 101010110 1100000 101110

Color Harmonies of #E6054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6054A

Black with #E6054A

Text Example


Text Example

White with #E6054A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6054A; }

 p { color: rgb(230,5,74); }

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

background-color css

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

 a { background-color: rgb(230,5,74); }

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

border-color css

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

 span { border-color: rgb(230,5,74); }

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