Html Css Color HEX #E0025B Razzmatazz

📋 copy color: '#E0025B'

red 224 ◦ green 2 ◦ blue 91

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

Shades of Razzmatazz #E0025B

Tints of Razzmatazz #E0025B

RGB

 RED value IS 224 (87.89% from 255) = 70.66%

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

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 70.66%
G = 0.63%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0025B (or 0xE0025B) is known color: Razzmatazz. HEX triplet: E0, 02 and 5B. RGB value is (224,2,91). Sum of RGB (Red+Green+Blue) = 224+2+91=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E0025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0025B is #1FFDA4. Grayscale: #4E4E4E. Windows color (decimal): -2096549 or 5964512. OLE color: 5964512.

HSL color Cylindrical-coordinate representation of color #E0025B: hue angle of 335.95º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0025B is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 2 91 -
CMYK 0 0.99 0.59 0.12
HSL 335.95º 0.98% 0.44% -
HSV(B) 335.95º 0.99% 0.88% -
XYZ 32.65 16.65 11.39 -
YUV 78.52 135.05 231.76 -
System Red Green Blue C M Y K H S L
Decimal 224 2 91 0 0.99 0.59 0.12 335.95 0.98 0.44
Hex E0 2 5B 0 63 3B C 150 62 2C
Octal 340 2 133 0 143 73 14 520 142 54
Binary 11100000 10 1011011 0 1100011 111011 1100 101010000 1100010 101100

Color Harmonies of #E0025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0025B

Black with #E0025B

Text Example


Text Example

White with #E0025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0025B; }

 p { color: rgb(224,2,91); }

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

background-color css

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

 a { background-color: rgb(224,2,91); }

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

border-color css

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

 span { border-color: rgb(224,2,91); }

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