Html Css Color HEX #E7124F Razzmatazz

📋 copy color: '#E7124F'

red 231 ◦ green 18 ◦ blue 79

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

Shades of Razzmatazz #E7124F

Tints of Razzmatazz #E7124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.09%

R = 70.43%
G = 5.49%
B = 24.09%

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

#E7124F (or 0xE7124F) is known color: Razzmatazz. HEX triplet: E7, 12 and 4F. RGB value is (231,18,79). Sum of RGB (Red+Green+Blue) = 231+18+79=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E7124F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7124F is #18EDB0. Grayscale: #585858. Windows color (decimal): -1633713 or 5182183. OLE color: 5182183.

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

Color convert

RGB 231 18 79 -
CMYK 0 0.92 0.66 0.09
HSL 342.82º 0.86% 0.49% -
HSV(B) 342.82º 0.92% 0.91% -
XYZ 34.58 17.99 9.05 -
YUV 88.64 122.57 229.54 -
System Red Green Blue C M Y K H S L
Decimal 231 18 79 0 0.92 0.66 0.09 342.82 0.86 0.49
Hex E7 12 4F 0 5C 42 9 157 56 31
Octal 347 22 117 0 134 102 11 527 126 61
Binary 11100111 10010 1001111 0 1011100 1000010 1001 101010111 1010110 110001

Color Harmonies of #E7124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7124F

Black with #E7124F

Text Example


Text Example

White with #E7124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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