Html Css Color HEX #E2015F Razzmatazz

📋 copy color: '#E2015F'

red 226 ◦ green 1 ◦ blue 95

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

Shades of Razzmatazz #E2015F

Tints of Razzmatazz #E2015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 70.19%
G = 0.31%
B = 29.5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2015F (or 0xE2015F) is known color: Razzmatazz. HEX triplet: E2, 01 and 5F. RGB value is (226,1,95). Sum of RGB (Red+Green+Blue) = 226+1+95=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E2015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2015F is #1DFEA0. Grayscale: #4E4E4E. Windows color (decimal): -1965729 or 6226402. OLE color: 6226402.

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

Color convert

RGB 226 1 95 -
CMYK 0 1.00 0.58 0.11
HSL 334.93º 0.99% 0.45% -
HSV(B) 334.93º 1% 0.89% -
XYZ 33.44 17.02 12.35 -
YUV 78.99 137.04 232.86 -
System Red Green Blue C M Y K H S L
Decimal 226 1 95 0 1.00 0.58 0.11 334.93 0.99 0.45
Hex E2 1 5F 0 64 3A B 14F 63 2D
Octal 342 1 137 0 144 72 13 517 143 55
Binary 11100010 1 1011111 0 1100100 111010 1011 101001111 1100011 101101

Color Harmonies of #E2015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2015F

Black with #E2015F

Text Example


Text Example

White with #E2015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2015F; }

 p { color: rgb(226,1,95); }

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

background-color css

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

 a { background-color: rgb(226,1,95); }

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

border-color css

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

 span { border-color: rgb(226,1,95); }

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