Html Css Color HEX #E3025E Razzmatazz

📋 copy color: '#E3025E'

red 227 ◦ green 2 ◦ blue 94

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

Shades of Razzmatazz #E3025E

Tints of Razzmatazz #E3025E

RGB

 RED value IS 227 (89.06% from 255) = 70.28%

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

 BLUE value IS 94 (37.11% from 255) = 29.1%

R = 70.28%
G = 0.62%
B = 29.1%

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

#E3025E (or 0xE3025E) is known color: Razzmatazz. HEX triplet: E3, 02 and 5E. RGB value is (227,2,94). Sum of RGB (Red+Green+Blue) = 227+2+94=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E3025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3025E is #1CFDA1. Grayscale: #4F4F4F. Windows color (decimal): -1899938 or 6161123. OLE color: 6161123.

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

Color convert

RGB 227 2 94 -
CMYK 0 0.99 0.59 0.11
HSL 335.47º 0.98% 0.45% -
HSV(B) 335.47º 0.99% 0.89% -
XYZ 33.72 17.18 12.13 -
YUV 79.76 136.04 233.02 -
System Red Green Blue C M Y K H S L
Decimal 227 2 94 0 0.99 0.59 0.11 335.47 0.98 0.45
Hex E3 2 5E 0 63 3B B 14F 62 2D
Octal 343 2 136 0 143 73 13 517 142 55
Binary 11100011 10 1011110 0 1100011 111011 1011 101001111 1100010 101101

Color Harmonies of #E3025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3025E

Black with #E3025E

Text Example


Text Example

White with #E3025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3025E; }

 p { color: rgb(227,2,94); }

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

background-color css

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

 a { background-color: rgb(227,2,94); }

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

border-color css

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

 span { border-color: rgb(227,2,94); }

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