Html Css Color HEX #E7014A Razzmatazz

📋 copy color: '#E7014A'

red 231 ◦ green 1 ◦ blue 74

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

Shades of Razzmatazz #E7014A

Tints of Razzmatazz #E7014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 75.49%
G = 0.33%
B = 24.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7014A (or 0xE7014A) is known color: Razzmatazz. HEX triplet: E7, 01 and 4A. RGB value is (231,1,74). Sum of RGB (Red+Green+Blue) = 231+1+74=306 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.49% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 231 - color contains mainly: red. Hex color #E7014A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7014A is #18FEB5. Grayscale: #4E4E4E. Windows color (decimal): -1638070 or 4850151. OLE color: 4850151.

HSL color Cylindrical-coordinate representation of color #E7014A: hue angle of 340.96º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7014A is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 1 74 -
CMYK 0 1.00 0.68 0.09
HSL 340.96º 0.99% 0.45% -
HSV(B) 340.96º 1% 0.91% -
XYZ 34.2 17.51 8.05 -
YUV 78.09 125.7 237.06 -
System Red Green Blue C M Y K H S L
Decimal 231 1 74 0 1.00 0.68 0.09 340.96 0.99 0.45
Hex E7 1 4A 0 64 44 9 155 63 2D
Octal 347 1 112 0 144 104 11 525 143 55
Binary 11100111 1 1001010 0 1100100 1000100 1001 101010101 1100011 101101

Color Harmonies of #E7014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7014A

Black with #E7014A

Text Example


Text Example

White with #E7014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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