Html Css Color HEX #E4025A Razzmatazz

📋 copy color: '#E4025A'

red 228 ◦ green 2 ◦ blue 90

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

Shades of Razzmatazz #E4025A

Tints of Razzmatazz #E4025A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 71.25%
G = 0.63%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E4025A (or 0xE4025A) is known color: Razzmatazz. HEX triplet: E4, 02 and 5A. RGB value is (228,2,90). Sum of RGB (Red+Green+Blue) = 228+2+90=320 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.25% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 228 - color contains mainly: red. Hex color #E4025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4025A is #1BFDA5. Grayscale: #4F4F4F. Windows color (decimal): -1834406 or 5898980. OLE color: 5898980.

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

Color convert

RGB 228 2 90 -
CMYK 0 0.99 0.61 0.11
HSL 336.64º 0.98% 0.45% -
HSV(B) 336.64º 0.99% 0.89% -
XYZ 33.86 17.28 11.22 -
YUV 79.61 133.87 233.84 -
System Red Green Blue C M Y K H S L
Decimal 228 2 90 0 0.99 0.61 0.11 336.64 0.98 0.45
Hex E4 2 5A 0 63 3D B 151 62 2D
Octal 344 2 132 0 143 75 13 521 142 55
Binary 11100100 10 1011010 0 1100011 111101 1011 101010001 1100010 101101

Color Harmonies of #E4025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4025A

Black with #E4025A

Text Example


Text Example

White with #E4025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4025A; }

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

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

background-color css

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

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

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

border-color css

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

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

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