Html Css Color HEX #EC065F Razzmatazz

📋 copy color: '#EC065F'

red 236 ◦ green 6 ◦ blue 95

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

Shades of Razzmatazz #EC065F

Tints of Razzmatazz #EC065F

RGB

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

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

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

R = 70.03%
G = 1.78%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC065F (or 0xEC065F) is known color: Razzmatazz. HEX triplet: EC, 06 and 5F. RGB value is (236,6,95). Sum of RGB (Red+Green+Blue) = 236+6+95=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC065F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC065F is #13F9A0. Grayscale: #545454. Windows color (decimal): -1309089 or 6227692. OLE color: 6227692.

HSL color Cylindrical-coordinate representation of color #EC065F: hue angle of 336.78º 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 #EC065F is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 6 95 -
CMYK 0 0.97 0.60 0.07
HSL 336.78º 0.95% 0.47% -
HSV(B) 336.78º 0.97% 0.93% -
XYZ 36.72 18.79 12.52 -
YUV 84.92 133.7 235.76 -
System Red Green Blue C M Y K H S L
Decimal 236 6 95 0 0.97 0.60 0.07 336.78 0.95 0.47
Hex EC 6 5F 0 61 3C 7 151 5F 2F
Octal 354 6 137 0 141 74 7 521 137 57
Binary 11101100 110 1011111 0 1100001 111100 111 101010001 1011111 101111

Color Harmonies of #EC065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC065F

Black with #EC065F

Text Example


Text Example

White with #EC065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC065F; }

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

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

background-color css

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

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

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

border-color css

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

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

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