Html Css Color HEX #E6054B Razzmatazz

📋 copy color: '#E6054B'

red 230 ◦ green 5 ◦ blue 75

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

Shades of Razzmatazz #E6054B

Tints of Razzmatazz #E6054B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.19%

R = 74.19%
G = 1.61%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6054B (or 0xE6054B) is known color: Razzmatazz. HEX triplet: E6, 05 and 4B. RGB value is (230,5,75). Sum of RGB (Red+Green+Blue) = 230+5+75=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6054B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6054B is #19FAB4. Grayscale: #505050. Windows color (decimal): -1702581 or 4916710. OLE color: 4916710.

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

Color convert

RGB 230 5 75 -
CMYK 0 0.98 0.67 0.10
HSL 341.33º 0.96% 0.46% -
HSV(B) 341.33º 0.98% 0.9% -
XYZ 33.96 17.44 8.23 -
YUV 80.26 125.04 234.81 -
System Red Green Blue C M Y K H S L
Decimal 230 5 75 0 0.98 0.67 0.10 341.33 0.96 0.46
Hex E6 5 4B 0 62 43 A 155 60 2E
Octal 346 5 113 0 142 103 12 525 140 56
Binary 11100110 101 1001011 0 1100010 1000011 1010 101010101 1100000 101110

Color Harmonies of #E6054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6054B

Black with #E6054B

Text Example


Text Example

White with #E6054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6054B; }

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

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

background-color css

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

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

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

border-color css

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

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

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