Html Css Color HEX #E71450 Razzmatazz

📋 copy color: '#E71450'

red 231 ◦ green 20 ◦ blue 80

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

Shades of Razzmatazz #E71450

Tints of Razzmatazz #E71450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.04%

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

R = 69.79%
G = 6.04%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E71450 (or 0xE71450) is known color: Razzmatazz. HEX triplet: E7, 14 and 50. RGB value is (231,20,80). Sum of RGB (Red+Green+Blue) = 231+20+80=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E71450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71450 is #18EBAF. Grayscale: #595959. Windows color (decimal): -1633200 or 5248231. OLE color: 5248231.

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

Color convert

RGB 231 20 80 -
CMYK 0 0.91 0.65 0.09
HSL 342.94º 0.84% 0.49% -
HSV(B) 342.94º 0.91% 0.91% -
XYZ 34.65 18.07 9.25 -
YUV 89.93 122.4 228.62 -
System Red Green Blue C M Y K H S L
Decimal 231 20 80 0 0.91 0.65 0.09 342.94 0.84 0.49
Hex E7 14 50 0 5B 41 9 157 54 31
Octal 347 24 120 0 133 101 11 527 124 61
Binary 11100111 10100 1010000 0 1011011 1000001 1001 101010111 1010100 110001

Color Harmonies of #E71450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71450

Black with #E71450

Text Example


Text Example

White with #E71450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71450; }

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

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

background-color css

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

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

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

border-color css

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

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

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