Html Css Color HEX #E6114C Razzmatazz

📋 copy color: '#E6114C'

red 230 ◦ green 17 ◦ blue 76

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

Shades of Razzmatazz #E6114C

Tints of Razzmatazz #E6114C

RGB

 RED value IS 230 (90.23% from 255) = 71.21%

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

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

R = 71.21%
G = 5.26%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6114C (or 0xE6114C) is known color: Razzmatazz. HEX triplet: E6, 11 and 4C. RGB value is (230,17,76). Sum of RGB (Red+Green+Blue) = 230+17+76=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E6114C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6114C is #19EEB3. Grayscale: #575757. Windows color (decimal): -1699508 or 4985318. OLE color: 4985318.

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

Color convert

RGB 230 17 76 -
CMYK 0 0.93 0.67 0.10
HSL 343.38º 0.86% 0.48% -
HSV(B) 343.38º 0.93% 0.9% -
XYZ 34.14 17.75 8.46 -
YUV 87.41 121.57 229.7 -
System Red Green Blue C M Y K H S L
Decimal 230 17 76 0 0.93 0.67 0.10 343.38 0.86 0.48
Hex E6 11 4C 0 5D 43 A 157 56 30
Octal 346 21 114 0 135 103 12 527 126 60
Binary 11100110 10001 1001100 0 1011101 1000011 1010 101010111 1010110 110000

Color Harmonies of #E6114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6114C

Black with #E6114C

Text Example


Text Example

White with #E6114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6114C; }

 p { color: rgb(230,17,76); }

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

background-color css

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

 a { background-color: rgb(230,17,76); }

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

border-color css

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

 span { border-color: rgb(230,17,76); }

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