Html Css Color HEX #E7054C Razzmatazz

📋 copy color: '#E7054C'

red 231 ◦ green 5 ◦ blue 76

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

Shades of Razzmatazz #E7054C

Tints of Razzmatazz #E7054C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.36%

R = 74.04%
G = 1.6%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7054C (or 0xE7054C) is known color: Razzmatazz. HEX triplet: E7, 05 and 4C. RGB value is (231,5,76). Sum of RGB (Red+Green+Blue) = 231+5+76=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E7054C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7054C is #18FAB3. Grayscale: #505050. Windows color (decimal): -1637044 or 4982247. OLE color: 4982247.

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

Color convert

RGB 231 5 76 -
CMYK 0 0.98 0.67 0.09
HSL 341.15º 0.96% 0.46% -
HSV(B) 341.15º 0.98% 0.91% -
XYZ 34.31 17.62 8.43 -
YUV 80.67 125.37 235.23 -
System Red Green Blue C M Y K H S L
Decimal 231 5 76 0 0.98 0.67 0.09 341.15 0.96 0.46
Hex E7 5 4C 0 62 43 9 155 60 2E
Octal 347 5 114 0 142 103 11 525 140 56
Binary 11100111 101 1001100 0 1100010 1000011 1001 101010101 1100000 101110

Color Harmonies of #E7054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7054C

Black with #E7054C

Text Example


Text Example

White with #E7054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7054C; }

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

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

background-color css

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

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

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

border-color css

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

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

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