Html Css Color HEX #E20359 Razzmatazz

📋 copy color: '#E20359'

red 226 ◦ green 3 ◦ blue 89

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

Shades of Razzmatazz #E20359

Tints of Razzmatazz #E20359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 89 (35.16% from 255) = 27.99%

R = 71.07%
G = 0.94%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E20359 (or 0xE20359) is known color: Razzmatazz. HEX triplet: E2, 03 and 59. RGB value is (226,3,89). Sum of RGB (Red+Green+Blue) = 226+3+89=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E20359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20359 is #1DFCA6. Grayscale: #4F4F4F. Windows color (decimal): -1965223 or 5833698. OLE color: 5833698.

HSL color Cylindrical-coordinate representation of color #E20359: hue angle of 336.86º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20359 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 3 89 -
CMYK 0 0.99 0.61 0.11
HSL 336.86º 0.97% 0.45% -
HSV(B) 336.86º 0.99% 0.89% -
XYZ 33.2 16.96 10.97 -
YUV 79.48 133.38 232.51 -
System Red Green Blue C M Y K H S L
Decimal 226 3 89 0 0.99 0.61 0.11 336.86 0.97 0.45
Hex E2 3 59 0 63 3D B 151 61 2D
Octal 342 3 131 0 143 75 13 521 141 55
Binary 11100010 11 1011001 0 1100011 111101 1011 101010001 1100001 101101

Color Harmonies of #E20359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20359

Black with #E20359

Text Example


Text Example

White with #E20359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20359; }

 p { color: rgb(226,3,89); }

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

background-color css

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

 a { background-color: rgb(226,3,89); }

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

border-color css

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

 span { border-color: rgb(226,3,89); }

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