Html Css Color HEX #E71456 Razzmatazz

📋 copy color: '#E71456'

red 231 ◦ green 20 ◦ blue 86

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

Shades of Razzmatazz #E71456

Tints of Razzmatazz #E71456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.52%

R = 68.55%
G = 5.93%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E71456 (or 0xE71456) is known color: Razzmatazz. HEX triplet: E7, 14 and 56. RGB value is (231,20,86). Sum of RGB (Red+Green+Blue) = 231+20+86=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E71456 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71456 is #18EBA9. Grayscale: #5A5A5A. Windows color (decimal): -1633194 or 5641447. OLE color: 5641447.

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

Color convert

RGB 231 20 86 -
CMYK 0 0.91 0.63 0.09
HSL 341.23º 0.84% 0.49% -
HSV(B) 341.23º 0.91% 0.91% -
XYZ 34.88 18.16 10.47 -
YUV 90.61 125.4 228.13 -
System Red Green Blue C M Y K H S L
Decimal 231 20 86 0 0.91 0.63 0.09 341.23 0.84 0.49
Hex E7 14 56 0 5B 3F 9 155 54 31
Octal 347 24 126 0 133 77 11 525 124 61
Binary 11100111 10100 1010110 0 1011011 111111 1001 101010101 1010100 110001

Color Harmonies of #E71456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71456

Black with #E71456

Text Example


Text Example

White with #E71456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71456; }

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

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

background-color css

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

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

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

border-color css

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

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

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