Html Css Color HEX #EC085D Razzmatazz

📋 copy color: '#EC085D'

red 236 ◦ green 8 ◦ blue 93

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

Shades of Razzmatazz #EC085D

Tints of Razzmatazz #EC085D

RGB

 RED value IS 236 (92.58% from 255) = 70.03%

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

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 70.03%
G = 2.37%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC085D (or 0xEC085D) is known color: Razzmatazz. HEX triplet: EC, 08 and 5D. RGB value is (236,8,93). Sum of RGB (Red+Green+Blue) = 236+8+93=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC085D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC085D is #13F7A2. Grayscale: #555555. Windows color (decimal): -1308579 or 6097132. OLE color: 6097132.

HSL color Cylindrical-coordinate representation of color #EC085D: hue angle of 337.63º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC085D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 8 93 -
CMYK 0 0.97 0.61 0.07
HSL 337.63º 0.93% 0.48% -
HSV(B) 337.63º 0.97% 0.93% -
XYZ 36.65 18.8 12.05 -
YUV 85.86 132.04 235.09 -
System Red Green Blue C M Y K H S L
Decimal 236 8 93 0 0.97 0.61 0.07 337.63 0.93 0.48
Hex EC 8 5D 0 61 3D 7 152 5D 30
Octal 354 10 135 0 141 75 7 522 135 60
Binary 11101100 1000 1011101 0 1100001 111101 111 101010010 1011101 110000

Color Harmonies of #EC085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC085D

Black with #EC085D

Text Example


Text Example

White with #EC085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC085D; }

 p { color: rgb(236,8,93); }

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

background-color css

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

 a { background-color: rgb(236,8,93); }

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

border-color css

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

 span { border-color: rgb(236,8,93); }

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