Html Css Color HEX #EC075A Razzmatazz

📋 copy color: '#EC075A'

red 236 ◦ green 7 ◦ blue 90

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

Shades of Razzmatazz #EC075A

Tints of Razzmatazz #EC075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 70.87%
G = 2.1%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC075A (or 0xEC075A) is known color: Razzmatazz. HEX triplet: EC, 07 and 5A. RGB value is (236,7,90). Sum of RGB (Red+Green+Blue) = 236+7+90=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC075A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC075A is #13F8A5. Grayscale: #545454. Windows color (decimal): -1308838 or 5900268. OLE color: 5900268.

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

Color convert

RGB 236 7 90 -
CMYK 0 0.97 0.62 0.07
HSL 338.25º 0.94% 0.48% -
HSV(B) 338.25º 0.97% 0.93% -
XYZ 36.51 18.72 11.36 -
YUV 84.93 130.87 235.75 -
System Red Green Blue C M Y K H S L
Decimal 236 7 90 0 0.97 0.62 0.07 338.25 0.94 0.48
Hex EC 7 5A 0 61 3E 7 152 5E 30
Octal 354 7 132 0 141 76 7 522 136 60
Binary 11101100 111 1011010 0 1100001 111110 111 101010010 1011110 110000

Color Harmonies of #EC075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC075A

Black with #EC075A

Text Example


Text Example

White with #EC075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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