Html Css Color HEX #E71355 Razzmatazz

📋 copy color: '#E71355'

red 231 ◦ green 19 ◦ blue 85

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

Shades of Razzmatazz #E71355

Tints of Razzmatazz #E71355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.37%

R = 68.96%
G = 5.67%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E71355 (or 0xE71355) is known color: Razzmatazz. HEX triplet: E7, 13 and 55. RGB value is (231,19,85). Sum of RGB (Red+Green+Blue) = 231+19+85=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E71355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71355 is #18ECAA. Grayscale: #595959. Windows color (decimal): -1633451 or 5575655. OLE color: 5575655.

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

Color convert

RGB 231 19 85 -
CMYK 0 0.92 0.63 0.09
HSL 341.32º 0.85% 0.49% -
HSV(B) 341.32º 0.92% 0.91% -
XYZ 34.83 18.11 10.25 -
YUV 89.91 125.24 228.63 -
System Red Green Blue C M Y K H S L
Decimal 231 19 85 0 0.92 0.63 0.09 341.32 0.85 0.49
Hex E7 13 55 0 5C 3F 9 155 55 31
Octal 347 23 125 0 134 77 11 525 125 61
Binary 11100111 10011 1010101 0 1011100 111111 1001 101010101 1010101 110001

Color Harmonies of #E71355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71355

Black with #E71355

Text Example


Text Example

White with #E71355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71355; }

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

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

background-color css

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

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

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

border-color css

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

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

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