Html Css Color HEX #E21353 Razzmatazz

📋 copy color: '#E21353'

red 226 ◦ green 19 ◦ blue 83

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

Shades of Razzmatazz #E21353

Tints of Razzmatazz #E21353

RGB

 RED value IS 226 (88.67% from 255) = 68.9%

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

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

R = 68.9%
G = 5.79%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E21353 (or 0xE21353) is known color: Razzmatazz. HEX triplet: E2, 13 and 53. RGB value is (226,19,83). Sum of RGB (Red+Green+Blue) = 226+19+83=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E21353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21353 is #1DECAC. Grayscale: #585858. Windows color (decimal): -1961133 or 5444578. OLE color: 5444578.

HSL color Cylindrical-coordinate representation of color #E21353: hue angle of 341.45º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21353 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 19 83 -
CMYK 0 0.92 0.63 0.11
HSL 341.45º 0.84% 0.48% -
HSV(B) 341.45º 0.92% 0.89% -
XYZ 33.16 17.26 9.77 -
YUV 88.19 125.08 226.3 -
System Red Green Blue C M Y K H S L
Decimal 226 19 83 0 0.92 0.63 0.11 341.45 0.84 0.48
Hex E2 13 53 0 5C 3F B 155 54 30
Octal 342 23 123 0 134 77 13 525 124 60
Binary 11100010 10011 1010011 0 1011100 111111 1011 101010101 1010100 110000

Color Harmonies of #E21353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21353

Black with #E21353

Text Example


Text Example

White with #E21353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21353; }

 p { color: rgb(226,19,83); }

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

background-color css

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

 a { background-color: rgb(226,19,83); }

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

border-color css

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

 span { border-color: rgb(226,19,83); }

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