Html Css Color HEX #E4085F Razzmatazz

📋 copy color: '#E4085F'

red 228 ◦ green 8 ◦ blue 95

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

Shades of Razzmatazz #E4085F

Tints of Razzmatazz #E4085F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 68.88%
G = 2.42%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E4085F (or 0xE4085F) is known color: Razzmatazz. HEX triplet: E4, 08 and 5F. RGB value is (228,8,95). Sum of RGB (Red+Green+Blue) = 228+8+95=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E4085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4085F is #1BF7A0. Grayscale: #535353. Windows color (decimal): -1832865 or 6228196. OLE color: 6228196.

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

Color convert

RGB 228 8 95 -
CMYK 0 0.96 0.58 0.11
HSL 336.27º 0.93% 0.46% -
HSV(B) 336.27º 0.96% 0.89% -
XYZ 34.15 17.49 12.4 -
YUV 83.7 134.39 230.93 -
System Red Green Blue C M Y K H S L
Decimal 228 8 95 0 0.96 0.58 0.11 336.27 0.93 0.46
Hex E4 8 5F 0 60 3A B 150 5D 2E
Octal 344 10 137 0 140 72 13 520 135 56
Binary 11100100 1000 1011111 0 1100000 111010 1011 101010000 1011101 101110

Color Harmonies of #E4085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4085F

Black with #E4085F

Text Example


Text Example

White with #E4085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4085F; }

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

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

background-color css

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

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

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

border-color css

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

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

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