Html Css Color HEX #E21057 Razzmatazz

📋 copy color: '#E21057'

red 226 ◦ green 16 ◦ blue 87

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

Shades of Razzmatazz #E21057

Tints of Razzmatazz #E21057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.86%

 BLUE value IS 87 (34.38% from 255) = 26.44%

R = 68.69%
G = 4.86%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E21057 (or 0xE21057) is known color: Razzmatazz. HEX triplet: E2, 10 and 57. RGB value is (226,16,87). Sum of RGB (Red+Green+Blue) = 226+16+87=329 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.69% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 226 - color contains mainly: red. Hex color #E21057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21057 is #1DEFA8. Grayscale: #565656. Windows color (decimal): -1961897 or 5705954. OLE color: 5705954.

HSL color Cylindrical-coordinate representation of color #E21057: hue angle of 339.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E21057 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 16 87 -
CMYK 0 0.93 0.62 0.11
HSL 339.71º 0.87% 0.47% -
HSV(B) 339.71º 0.93% 0.89% -
XYZ 33.27 17.23 10.59 -
YUV 86.88 128.07 227.23 -
System Red Green Blue C M Y K H S L
Decimal 226 16 87 0 0.93 0.62 0.11 339.71 0.87 0.47
Hex E2 10 57 0 5D 3E B 154 57 2F
Octal 342 20 127 0 135 76 13 524 127 57
Binary 11100010 10000 1010111 0 1011101 111110 1011 101010100 1010111 101111

Color Harmonies of #E21057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21057

Black with #E21057

Text Example


Text Example

White with #E21057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21057; }

 p { color: rgb(226,16,87); }

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

background-color css

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

 a { background-color: rgb(226,16,87); }

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

border-color css

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

 span { border-color: rgb(226,16,87); }

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