Html Css Color HEX #E7124E Razzmatazz

📋 copy color: '#E7124E'

red 231 ◦ green 18 ◦ blue 78

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

Shades of Razzmatazz #E7124E

Tints of Razzmatazz #E7124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.5%

 BLUE value IS 78 (30.86% from 255) = 23.85%

R = 70.64%
G = 5.5%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E7124E (or 0xE7124E) is known color: Razzmatazz. HEX triplet: E7, 12 and 4E. RGB value is (231,18,78). Sum of RGB (Red+Green+Blue) = 231+18+78=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E7124E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7124E is #18EDB1. Grayscale: #585858. Windows color (decimal): -1633714 or 5116647. OLE color: 5116647.

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

Color convert

RGB 231 18 78 -
CMYK 0 0.92 0.66 0.09
HSL 343.1º 0.86% 0.49% -
HSV(B) 343.1º 0.92% 0.91% -
XYZ 34.55 17.97 8.86 -
YUV 88.53 122.07 229.62 -
System Red Green Blue C M Y K H S L
Decimal 231 18 78 0 0.92 0.66 0.09 343.1 0.86 0.49
Hex E7 12 4E 0 5C 42 9 157 56 31
Octal 347 22 116 0 134 102 11 527 126 61
Binary 11100111 10010 1001110 0 1011100 1000010 1001 101010111 1010110 110001

Color Harmonies of #E7124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7124E

Black with #E7124E

Text Example


Text Example

White with #E7124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7124E; }

 p { color: rgb(231,18,78); }

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

background-color css

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

 a { background-color: rgb(231,18,78); }

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

border-color css

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

 span { border-color: rgb(231,18,78); }

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