Html Css Color HEX #E7054A Razzmatazz

📋 copy color: '#E7054A'

red 231 ◦ green 5 ◦ blue 74

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

Shades of Razzmatazz #E7054A

Tints of Razzmatazz #E7054A

RGB

 RED value IS 231 (90.63% from 255) = 74.52%

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

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

R = 74.52%
G = 1.61%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7054A (or 0xE7054A) is known color: Razzmatazz. HEX triplet: E7, 05 and 4A. RGB value is (231,5,74). Sum of RGB (Red+Green+Blue) = 231+5+74=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E7054A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7054A is #18FAB5. Grayscale: #505050. Windows color (decimal): -1637046 or 4851175. OLE color: 4851175.

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

Color convert

RGB 231 5 74 -
CMYK 0 0.98 0.68 0.09
HSL 341.68º 0.96% 0.46% -
HSV(B) 341.68º 0.98% 0.91% -
XYZ 34.25 17.59 8.07 -
YUV 80.44 124.37 235.39 -
System Red Green Blue C M Y K H S L
Decimal 231 5 74 0 0.98 0.68 0.09 341.68 0.96 0.46
Hex E7 5 4A 0 62 44 9 156 60 2E
Octal 347 5 112 0 142 104 11 526 140 56
Binary 11100111 101 1001010 0 1100010 1000100 1001 101010110 1100000 101110

Color Harmonies of #E7054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7054A

Black with #E7054A

Text Example


Text Example

White with #E7054A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7054A; }

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

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

background-color css

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

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

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

border-color css

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

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

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