Html Css Color HEX #E00258 Razzmatazz

📋 copy color: '#E00258'

red 224 ◦ green 2 ◦ blue 88

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

Shades of Razzmatazz #E00258

Tints of Razzmatazz #E00258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.03%

R = 71.34%
G = 0.64%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E00258 (or 0xE00258) is known color: Razzmatazz. HEX triplet: E0, 02 and 58. RGB value is (224,2,88). Sum of RGB (Red+Green+Blue) = 224+2+88=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E00258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00258 is #1FFDA7. Grayscale: #4E4E4E. Windows color (decimal): -2096552 or 5767904. OLE color: 5767904.

HSL color Cylindrical-coordinate representation of color #E00258: hue angle of 336.76º 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 #E00258 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 2 88 -
CMYK 0 0.99 0.61 0.12
HSL 336.76º 0.98% 0.44% -
HSV(B) 336.76º 0.99% 0.88% -
XYZ 32.52 16.6 10.72 -
YUV 78.18 133.55 232.01 -
System Red Green Blue C M Y K H S L
Decimal 224 2 88 0 0.99 0.61 0.12 336.76 0.98 0.44
Hex E0 2 58 0 63 3D C 151 62 2C
Octal 340 2 130 0 143 75 14 521 142 54
Binary 11100000 10 1011000 0 1100011 111101 1100 101010001 1100010 101100

Color Harmonies of #E00258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00258

Black with #E00258

Text Example


Text Example

White with #E00258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00258; }

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

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

background-color css

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

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

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

border-color css

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

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

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