Html Css Color HEX #E7014D Razzmatazz

📋 copy color: '#E7014D'

red 231 ◦ green 1 ◦ blue 77

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

Shades of Razzmatazz #E7014D

Tints of Razzmatazz #E7014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 74.76%
G = 0.32%
B = 24.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7014D (or 0xE7014D) is known color: Razzmatazz. HEX triplet: E7, 01 and 4D. RGB value is (231,1,77). Sum of RGB (Red+Green+Blue) = 231+1+77=309 (40% of max value = 765). Red value is 231 (90.62% from 255 or 74.76% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 231 - color contains mainly: red. Hex color #E7014D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7014D is #18FEB2. Grayscale: #4E4E4E. Windows color (decimal): -1638067 or 5046759. OLE color: 5046759.

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

Color convert

RGB 231 1 77 -
CMYK 0 1.00 0.67 0.09
HSL 340.17º 0.99% 0.45% -
HSV(B) 340.17º 1% 0.91% -
XYZ 34.31 17.55 8.6 -
YUV 78.43 127.2 236.82 -
System Red Green Blue C M Y K H S L
Decimal 231 1 77 0 1.00 0.67 0.09 340.17 0.99 0.45
Hex E7 1 4D 0 64 43 9 154 63 2D
Octal 347 1 115 0 144 103 11 524 143 55
Binary 11100111 1 1001101 0 1100100 1000011 1001 101010100 1100011 101101

Color Harmonies of #E7014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7014D

Black with #E7014D

Text Example


Text Example

White with #E7014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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