Html Css Color HEX #E4025E Razzmatazz

📋 copy color: '#E4025E'

red 228 ◦ green 2 ◦ blue 94

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

Shades of Razzmatazz #E4025E

Tints of Razzmatazz #E4025E

RGB

 RED value IS 228 (89.45% from 255) = 70.37%

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

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

R = 70.37%
G = 0.62%
B = 29.01%

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

#E4025E (or 0xE4025E) is known color: Razzmatazz. HEX triplet: E4, 02 and 5E. RGB value is (228,2,94). Sum of RGB (Red+Green+Blue) = 228+2+94=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E4025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4025E is #1BFDA1. Grayscale: #4F4F4F. Windows color (decimal): -1834402 or 6161124. OLE color: 6161124.

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

Color convert

RGB 228 2 94 -
CMYK 0 0.99 0.59 0.11
HSL 335.58º 0.98% 0.45% -
HSV(B) 335.58º 0.99% 0.89% -
XYZ 34.04 17.35 12.14 -
YUV 80.06 135.87 233.52 -
System Red Green Blue C M Y K H S L
Decimal 228 2 94 0 0.99 0.59 0.11 335.58 0.98 0.45
Hex E4 2 5E 0 63 3B B 150 62 2D
Octal 344 2 136 0 143 73 13 520 142 55
Binary 11100100 10 1011110 0 1100011 111011 1011 101010000 1100010 101101

Color Harmonies of #E4025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4025E

Black with #E4025E

Text Example


Text Example

White with #E4025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4025E; }

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

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

background-color css

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

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

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

border-color css

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

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

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