Html Css Color HEX #E2025D Razzmatazz

📋 copy color: '#E2025D'

red 226 ◦ green 2 ◦ blue 93

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

Shades of Razzmatazz #E2025D

Tints of Razzmatazz #E2025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 70.4%
G = 0.62%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2025D (or 0xE2025D) is known color: Razzmatazz. HEX triplet: E2, 02 and 5D. RGB value is (226,2,93). Sum of RGB (Red+Green+Blue) = 226+2+93=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2025D is #1DFDA2. Grayscale: #4F4F4F. Windows color (decimal): -1965475 or 6095586. OLE color: 6095586.

HSL color Cylindrical-coordinate representation of color #E2025D: hue angle of 335.62º degrees, saturation: 0.98, 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 #E2025D is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 2 93 -
CMYK 0 0.99 0.59 0.11
HSL 335.63º 0.98% 0.45% -
HSV(B) 335.63º 0.99% 0.89% -
XYZ 33.36 17 11.88 -
YUV 79.35 135.71 232.6 -
System Red Green Blue C M Y K H S L
Decimal 226 2 93 0 0.99 0.59 0.11 335.63 0.98 0.45
Hex E2 2 5D 0 63 3B B 150 62 2D
Octal 342 2 135 0 143 73 13 520 142 55
Binary 11100010 10 1011101 0 1100011 111011 1011 101010000 1100010 101101

Color Harmonies of #E2025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2025D

Black with #E2025D

Text Example


Text Example

White with #E2025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2025D; }

 p { color: rgb(226,2,93); }

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

background-color css

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

 a { background-color: rgb(226,2,93); }

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

border-color css

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

 span { border-color: rgb(226,2,93); }

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