Html Css Color HEX #E71253 Razzmatazz

📋 copy color: '#E71253'

red 231 ◦ green 18 ◦ blue 83

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

Shades of Razzmatazz #E71253

Tints of Razzmatazz #E71253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25%

R = 69.58%
G = 5.42%
B = 25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E71253 (or 0xE71253) is known color: Razzmatazz. HEX triplet: E7, 12 and 53. RGB value is (231,18,83). Sum of RGB (Red+Green+Blue) = 231+18+83=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E71253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71253 is #18EDAC. Grayscale: #595959. Windows color (decimal): -1633709 or 5444327. OLE color: 5444327.

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

Color convert

RGB 231 18 83 -
CMYK 0 0.92 0.64 0.09
HSL 341.69º 0.86% 0.49% -
HSV(B) 341.69º 0.92% 0.91% -
XYZ 34.73 18.05 9.84 -
YUV 89.1 124.57 229.21 -
System Red Green Blue C M Y K H S L
Decimal 231 18 83 0 0.92 0.64 0.09 341.69 0.86 0.49
Hex E7 12 53 0 5C 40 9 156 56 31
Octal 347 22 123 0 134 100 11 526 126 61
Binary 11100111 10010 1010011 0 1011100 1000000 1001 101010110 1010110 110001

Color Harmonies of #E71253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71253

Black with #E71253

Text Example


Text Example

White with #E71253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71253; }

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

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

background-color css

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

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

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

border-color css

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

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

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