Html Css Color HEX #E71350 Razzmatazz

📋 copy color: '#E71350'

red 231 ◦ green 19 ◦ blue 80

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

Shades of Razzmatazz #E71350

Tints of Razzmatazz #E71350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.76%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 70%
G = 5.76%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E71350 (or 0xE71350) is known color: Razzmatazz. HEX triplet: E7, 13 and 50. RGB value is (231,19,80). Sum of RGB (Red+Green+Blue) = 231+19+80=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E71350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71350 is #18ECAF. Grayscale: #595959. Windows color (decimal): -1633456 or 5247975. OLE color: 5247975.

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

Color convert

RGB 231 19 80 -
CMYK 0 0.92 0.65 0.09
HSL 342.74º 0.85% 0.49% -
HSV(B) 342.74º 0.92% 0.91% -
XYZ 34.64 18.03 9.24 -
YUV 89.34 122.74 229.04 -
System Red Green Blue C M Y K H S L
Decimal 231 19 80 0 0.92 0.65 0.09 342.74 0.85 0.49
Hex E7 13 50 0 5C 41 9 157 55 31
Octal 347 23 120 0 134 101 11 527 125 61
Binary 11100111 10011 1010000 0 1011100 1000001 1001 101010111 1010101 110001

Color Harmonies of #E71350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71350

Black with #E71350

Text Example


Text Example

White with #E71350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71350; }

 p { color: rgb(231,19,80); }

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

background-color css

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

 a { background-color: rgb(231,19,80); }

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

border-color css

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

 span { border-color: rgb(231,19,80); }

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