Html Css Color HEX #EC065D Razzmatazz

📋 copy color: '#EC065D'

red 236 ◦ green 6 ◦ blue 93

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

Shades of Razzmatazz #EC065D

Tints of Razzmatazz #EC065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

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

R = 70.45%
G = 1.79%
B = 27.76%

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

#EC065D (or 0xEC065D) is known color: Razzmatazz. HEX triplet: EC, 06 and 5D. RGB value is (236,6,93). Sum of RGB (Red+Green+Blue) = 236+6+93=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC065D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC065D is #13F9A2. Grayscale: #545454. Windows color (decimal): -1309091 or 6096620. OLE color: 6096620.

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

Color convert

RGB 236 6 93 -
CMYK 0 0.97 0.61 0.07
HSL 337.3º 0.95% 0.47% -
HSV(B) 337.3º 0.97% 0.93% -
XYZ 36.63 18.75 12.04 -
YUV 84.69 132.7 235.93 -
System Red Green Blue C M Y K H S L
Decimal 236 6 93 0 0.97 0.61 0.07 337.3 0.95 0.47
Hex EC 6 5D 0 61 3D 7 151 5F 2F
Octal 354 6 135 0 141 75 7 521 137 57
Binary 11101100 110 1011101 0 1100001 111101 111 101010001 1011111 101111

Color Harmonies of #EC065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC065D

Black with #EC065D

Text Example


Text Example

White with #EC065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC065D; }

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

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

background-color css

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

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

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

border-color css

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

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

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