Html Css Color HEX #EC0675 Razzmatazz

📋 copy color: '#EC0675'

red 236 ◦ green 6 ◦ blue 117

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

Shades of Razzmatazz #EC0675

Tints of Razzmatazz #EC0675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 65.74%
G = 1.67%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC0675 (or 0xEC0675) is known color: Razzmatazz. HEX triplet: EC, 06 and 75. RGB value is (236,6,117). Sum of RGB (Red+Green+Blue) = 236+6+117=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0675 is #13F98A. Grayscale: #575757. Windows color (decimal): -1309067 or 7669484. OLE color: 7669484.

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

Color convert

RGB 236 6 117 -
CMYK 0 0.97 0.50 0.07
HSL 331.04º 0.95% 0.47% -
HSV(B) 331.04º 0.97% 0.93% -
XYZ 37.87 19.25 18.55 -
YUV 87.42 144.7 233.97 -
System Red Green Blue C M Y K H S L
Decimal 236 6 117 0 0.97 0.50 0.07 331.04 0.95 0.47
Hex EC 6 75 0 61 32 7 14B 5F 2F
Octal 354 6 165 0 141 62 7 513 137 57
Binary 11101100 110 1110101 0 1100001 110010 111 101001011 1011111 101111

Color Harmonies of #EC0675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0675

Black with #EC0675

Text Example


Text Example

White with #EC0675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0675; }

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

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

background-color css

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

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

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

border-color css

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

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

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