Html Css Color HEX #E3114D Razzmatazz

📋 copy color: '#E3114D'

red 227 ◦ green 17 ◦ blue 77

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

Shades of Razzmatazz #E3114D

Tints of Razzmatazz #E3114D

RGB

 RED value IS 227 (89.06% from 255) = 70.72%

 GREEN value IS 17 (7.03% from 255) = 5.3%

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

R = 70.72%
G = 5.3%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E3114D (or 0xE3114D) is known color: Razzmatazz. HEX triplet: E3, 11 and 4D. RGB value is (227,17,77). Sum of RGB (Red+Green+Blue) = 227+17+77=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E3114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3114D is #1CEEB2. Grayscale: #565656. Windows color (decimal): -1896115 or 5050851. OLE color: 5050851.

HSL color Cylindrical-coordinate representation of color #E3114D: hue angle of 342.86º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3114D is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 17 77 -
CMYK 0 0.93 0.66 0.11
HSL 342.86º 0.86% 0.48% -
HSV(B) 342.86º 0.93% 0.89% -
XYZ 33.22 17.27 8.6 -
YUV 86.63 122.57 228.12 -
System Red Green Blue C M Y K H S L
Decimal 227 17 77 0 0.93 0.66 0.11 342.86 0.86 0.48
Hex E3 11 4D 0 5D 42 B 157 56 30
Octal 343 21 115 0 135 102 13 527 126 60
Binary 11100011 10001 1001101 0 1011101 1000010 1011 101010111 1010110 110000

Color Harmonies of #E3114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3114D

Black with #E3114D

Text Example


Text Example

White with #E3114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3114D; }

 p { color: rgb(227,17,77); }

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

background-color css

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

 a { background-color: rgb(227,17,77); }

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

border-color css

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

 span { border-color: rgb(227,17,77); }

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