Html Css Color HEX #E4085A Razzmatazz

📋 copy color: '#E4085A'

red 228 ◦ green 8 ◦ blue 90

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

Shades of Razzmatazz #E4085A

Tints of Razzmatazz #E4085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

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

R = 69.94%
G = 2.45%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E4085A (or 0xE4085A) is known color: Razzmatazz. HEX triplet: E4, 08 and 5A. RGB value is (228,8,90). Sum of RGB (Red+Green+Blue) = 228+8+90=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E4085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4085A is #1BF7A5. Grayscale: #535353. Windows color (decimal): -1832870 or 5900516. OLE color: 5900516.

HSL color Cylindrical-coordinate representation of color #E4085A: hue angle of 337.64º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4085A is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 8 90 -
CMYK 0 0.96 0.61 0.11
HSL 337.64º 0.93% 0.46% -
HSV(B) 337.64º 0.96% 0.89% -
XYZ 33.93 17.41 11.24 -
YUV 83.13 131.89 231.33 -
System Red Green Blue C M Y K H S L
Decimal 228 8 90 0 0.96 0.61 0.11 337.64 0.93 0.46
Hex E4 8 5A 0 60 3D B 152 5D 2E
Octal 344 10 132 0 140 75 13 522 135 56
Binary 11100100 1000 1011010 0 1100000 111101 1011 101010010 1011101 101110

Color Harmonies of #E4085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4085A

Black with #E4085A

Text Example


Text Example

White with #E4085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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