Html Css Color HEX #E21255 Razzmatazz

📋 copy color: '#E21255'

red 226 ◦ green 18 ◦ blue 85

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

Shades of Razzmatazz #E21255

Tints of Razzmatazz #E21255

RGB

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

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

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

R = 68.69%
G = 5.47%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E21255 (or 0xE21255) is known color: Razzmatazz. HEX triplet: E2, 12 and 55. RGB value is (226,18,85). Sum of RGB (Red+Green+Blue) = 226+18+85=329 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.69% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 226 - color contains mainly: red. Hex color #E21255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21255 is #1DEDAA. Grayscale: #575757. Windows color (decimal): -1961387 or 5575394. OLE color: 5575394.

HSL color Cylindrical-coordinate representation of color #E21255: hue angle of 340.67º degrees, saturation: 0.85, 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 #E21255 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 18 85 -
CMYK 0 0.92 0.62 0.11
HSL 340.67º 0.85% 0.48% -
HSV(B) 340.67º 0.92% 0.89% -
XYZ 33.22 17.26 10.17 -
YUV 87.83 126.41 226.55 -
System Red Green Blue C M Y K H S L
Decimal 226 18 85 0 0.92 0.62 0.11 340.67 0.85 0.48
Hex E2 12 55 0 5C 3E B 155 55 30
Octal 342 22 125 0 134 76 13 525 125 60
Binary 11100010 10010 1010101 0 1011100 111110 1011 101010101 1010101 110000

Color Harmonies of #E21255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21255

Black with #E21255

Text Example


Text Example

White with #E21255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21255; }

 p { color: rgb(226,18,85); }

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

background-color css

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

 a { background-color: rgb(226,18,85); }

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

border-color css

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

 span { border-color: rgb(226,18,85); }

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