Html Css Color HEX #E7144D Razzmatazz

📋 copy color: '#E7144D'

red 231 ◦ green 20 ◦ blue 77

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

Shades of Razzmatazz #E7144D

Tints of Razzmatazz #E7144D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.1%

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

R = 70.43%
G = 6.1%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7144D (or 0xE7144D) is known color: Razzmatazz. HEX triplet: E7, 14 and 4D. RGB value is (231,20,77). Sum of RGB (Red+Green+Blue) = 231+20+77=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E7144D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7144D is #18EBB2. Grayscale: #595959. Windows color (decimal): -1633203 or 5051623. OLE color: 5051623.

HSL color Cylindrical-coordinate representation of color #E7144D: hue angle of 343.79º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7144D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 20 77 -
CMYK 0 0.91 0.67 0.09
HSL 343.79º 0.84% 0.49% -
HSV(B) 343.79º 0.91% 0.91% -
XYZ 34.54 18.03 8.68 -
YUV 89.59 120.9 228.87 -
System Red Green Blue C M Y K H S L
Decimal 231 20 77 0 0.91 0.67 0.09 343.79 0.84 0.49
Hex E7 14 4D 0 5B 43 9 158 54 31
Octal 347 24 115 0 133 103 11 530 124 61
Binary 11100111 10100 1001101 0 1011011 1000011 1001 101011000 1010100 110001

Color Harmonies of #E7144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7144D

Black with #E7144D

Text Example


Text Example

White with #E7144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7144D; }

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

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

background-color css

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

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

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

border-color css

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

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

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