Html Css Color HEX #EC075C Razzmatazz

📋 copy color: '#EC075C'

red 236 ◦ green 7 ◦ blue 92

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

Shades of Razzmatazz #EC075C

Tints of Razzmatazz #EC075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.09%

 BLUE value IS 92 (36.33% from 255) = 27.46%

R = 70.45%
G = 2.09%
B = 27.46%

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

#EC075C (or 0xEC075C) is known color: Razzmatazz. HEX triplet: EC, 07 and 5C. RGB value is (236,7,92). Sum of RGB (Red+Green+Blue) = 236+7+92=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC075C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC075C is #13F8A3. Grayscale: #555555. Windows color (decimal): -1308836 or 6031340. OLE color: 6031340.

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

Color convert

RGB 236 7 92 -
CMYK 0 0.97 0.61 0.07
HSL 337.73º 0.94% 0.48% -
HSV(B) 337.73º 0.97% 0.93% -
XYZ 36.6 18.76 11.82 -
YUV 85.16 131.87 235.59 -
System Red Green Blue C M Y K H S L
Decimal 236 7 92 0 0.97 0.61 0.07 337.73 0.94 0.48
Hex EC 7 5C 0 61 3D 7 152 5E 30
Octal 354 7 134 0 141 75 7 522 136 60
Binary 11101100 111 1011100 0 1100001 111101 111 101010010 1011110 110000

Color Harmonies of #EC075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC075C

Black with #EC075C

Text Example


Text Example

White with #EC075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC075C; }

 p { color: rgb(236,7,92); }

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

background-color css

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

 a { background-color: rgb(236,7,92); }

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

border-color css

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

 span { border-color: rgb(236,7,92); }

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