Html Css Color HEX #E0085F Razzmatazz

📋 copy color: '#E0085F'

red 224 ◦ green 8 ◦ blue 95

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

Shades of Razzmatazz #E0085F

Tints of Razzmatazz #E0085F

RGB

 RED value IS 224 (87.89% from 255) = 68.5%

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

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

R = 68.5%
G = 2.45%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0085F (or 0xE0085F) is known color: Razzmatazz. HEX triplet: E0, 08 and 5F. RGB value is (224,8,95). Sum of RGB (Red+Green+Blue) = 224+8+95=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E0085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0085F is #1FF7A0. Grayscale: #525252. Windows color (decimal): -2095009 or 6228192. OLE color: 6228192.

HSL color Cylindrical-coordinate representation of color #E0085F: hue angle of 335.83º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0085F is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 95 -
CMYK 0 0.96 0.58 0.12
HSL 335.83º 0.93% 0.45% -
HSV(B) 335.83º 0.96% 0.88% -
XYZ 32.89 16.85 12.34 -
YUV 82.5 135.06 228.93 -
System Red Green Blue C M Y K H S L
Decimal 224 8 95 0 0.96 0.58 0.12 335.83 0.93 0.45
Hex E0 8 5F 0 60 3A C 150 5D 2D
Octal 340 10 137 0 140 72 14 520 135 55
Binary 11100000 1000 1011111 0 1100000 111010 1100 101010000 1011101 101101

Color Harmonies of #E0085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0085F

Black with #E0085F

Text Example


Text Example

White with #E0085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0085F; }

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

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

background-color css

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

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

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

border-color css

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

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

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